You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-41Lines changed: 5 additions & 41 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,20 +1,4 @@
1
-
# Docus i18n Starter
2
-
3
-
> A beautiful, internationalized starter for creating multi-language documentation with Docus
4
-
5
-
This is the i18n Docus starter template that provides everything you need to build beautiful, multi-language documentation sites with Markdown and Vue components.
6
-
7
-
## ✨ Features
8
-
9
-
- 🌍 **Internationalization** - Native i18n support for multi-language docs
10
-
- 🎨 **Beautiful Design** - Clean, modern documentation theme
Copy file name to clipboardExpand all lines: content/en/1.getting-started/2.introduction.md
+4-26Lines changed: 4 additions & 26 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,12 +5,12 @@ navigation:
5
5
icon: i-lucide-book-open
6
6
seo:
7
7
title: Introduction to TwigBush
8
-
description: Learn about TwigBush, a production-ready GNAP implementation for secure, key-bound access control
8
+
description: Learn about TwigBush
9
9
---
10
10
11
11
## What is TwigBush?
12
12
13
-
TwigBush is a production-ready implementation of the [Grant Negotiation and Authorization Protocol (GNAP, RFC 9635)](https://www.rfc-editor.org/rfc/rfc9635.html) written in Go. It provides a complete **Authorization Server (AS)** and supporting libraries for **Resource Servers (RS)**, enabling modern, cryptographically-bound access control for both human users and AI agents.
13
+
TwigBush is an early open source implementation of the [Grant Negotiation and Authorization Protocol (GNAP, RFC 9635)](https://www.rfc-editor.org/rfc/rfc9635.html) written in Go. It provides the foundation for a **GNAP Authorization Server (AS)** and supporting libraries for **Resource Servers (RS)**, enabling modern, key-bound access control for both human users and AI agents. We’re building this project in the open to grow a community around secure, next-generation authorization.
14
14
15
15
## Why GNAP?
16
16
@@ -92,38 +92,16 @@ The server starts on port **8085** by default. Verify it's running:
92
92
curl http://localhost:8085/.well-known/jwks.json
93
93
```
94
94
95
-
### Configuration
96
-
97
-
TwigBush uses environment variables for configuration:
0 commit comments