Skip to content

Commit bbbc67c

Browse files
committed
add reviewer feedback ✨
1 parent 8eec89d commit bbbc67c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

authentication-personalization/authentication-setup.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ async def return_mintlify_auth_status(current_user):
112112

113113
### Redirecting unauthenticated users
114114

115-
When an unauthenticated user tries to access a protected page, their intended destination is automatically preserved:
115+
When an unauthenticated user tries to access a protected page, their intended destination is preserved in the redirect to your login URL:
116116

117117
1. User attempts to visit a protected page: `https://docs.foo.com/quickstart`.
118118
2. Redirect to your login URL with a redirect query parameter: `https://foo.com/docs-login?redirect=%2Fquickstart`.

authentication-personalization/personalization-setup.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ To redirect users to specific sections after login, use this URL format: `https:
8787
</Tab>
8888
<Tab title="OAuth 2.0">
8989
### Prerequisites
90-
* An OAuth server that supports the PKCE Flow.
90+
* An OAuth server that supports the Auth Code with PKCE Flow.
9191
* Ability to create an API endpoint accessible by OAuth access tokens.
9292

9393
### Implementation

0 commit comments

Comments
 (0)