Skip to content

Commit 1cd5bc5

Browse files
include service_documentation in .well-known/oauth-authorization route
1 parent 633f0e0 commit 1cd5bc5

File tree

1 file changed

+1
-0
lines changed
  • packages/web/src/app/api/(server)/ee/.well-known/oauth-authorization-server

1 file changed

+1
-0
lines changed

packages/web/src/app/api/(server)/ee/.well-known/oauth-authorization-server/route.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,6 @@ export const GET = apiHandler(async () => {
1818
grant_types_supported: ['authorization_code'],
1919
code_challenge_methods_supported: ['S256'],
2020
token_endpoint_auth_methods_supported: ['none'],
21+
service_documentation: 'https://docs.sourcebot.dev',
2122
});
2223
});

0 commit comments

Comments
 (0)