Skip to content

Commit b1be149

Browse files
author
Lasim
committed
fix: update links to OAuth implementation guides for consistency
1 parent 7a13fa6 commit b1be149

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

docs/development/backend/api-security.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ fastify.get('/dual-auth-endpoint', {
179179
});
180180
```
181181

182-
For detailed OAuth2 implementation, see the [Backend OAuth Implementation Guide](/development/backend/oauth) and [Backend Security Policy](/development/backend/security#oauth2-server-security).
182+
For detailed OAuth2 implementation, see the [Backend OAuth Implementation Guide](/development/backend/oauth-providers) and [Backend Security Policy](/development/backend/security#oauth2-server-security).
183183

184184
### Team-Aware Permission System
185185

docs/development/backend/oauth2-server.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description: Developer guide for the OAuth2 authorization server that enables pr
55

66
# OAuth2 Server Implementation
77

8-
This document describes the OAuth2 authorization server implementation in the DeployStack backend, which enables CLI tools and applications to access APIs using Bearer tokens. For general authentication, see [Backend Authentication System](/development/backend/auth). For OAuth provider integration (social login), see [GitHub OAuth Implementation](/development/backend/github-oauth).
8+
This document describes the OAuth2 authorization server implementation in the DeployStack backend, which enables CLI tools and applications to access APIs using Bearer tokens. For general authentication, see [Backend Authentication System](/development/backend/auth). For OAuth provider integration (social login), see [Providers OAuth Implementation](/development/backend/oauth-providers).
99

1010
## Overview
1111

docs/development/backend/security.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ The OAuth2 server implementation follows RFC 6749 and RFC 7636 security standard
105105
- **Scope Enforcement:** Middleware validates required scopes per endpoint
106106
- **Dual Authentication:** Seamless support for both cookies and Bearer tokens
107107

108-
For implementation details, see the [Backend OAuth Implementation Guide](/development/backend/oauth).
108+
For implementation details, see the [Backend OAuth Implementation Guide](/development/backend/oauth-providers).
109109

110110
## Dependencies
111111

docs/development/gateway/oauth.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ The OAuth client adapts to different environments:
190190

191191
## Integration with Backend
192192

193-
The gateway OAuth client integrates with the [backend OAuth2 server](/development/backend/oauth#oauth2-server-implementation):
193+
The gateway OAuth client integrates with the [backend OAuth2 server](/development/backend/oauth2-server):
194194

195195
- **Client Registration**: Pre-registered with known client ID
196196
- **PKCE Support**: Uses SHA256 method as required by backend

0 commit comments

Comments
 (0)