chore: added docs

Signed-off-by: benjdlambert <ben@blam.sh>
This commit is contained in:
benjdlambert
2025-09-09 10:56:41 +02:00
parent a2f3718c8b
commit c7be7c1c6d
+4
View File
@@ -10,3 +10,7 @@ This plugin is designed to work with the `@backstage/plugin-auth-backend` packag
# From your Backstage app directory
yarn --cwd packages/app add @backstage/plugin-auth
```
## Usage
The plugin provides the route `/oauth2/authorize/:sessionId` for approving of oauth2 sessions for clients. You should see an approval flow for any sessions created through the `auth-backend`.