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: authentication-personalization/authentication-setup.mdx
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -116,7 +116,7 @@ Your documentation is hosted at `docs.foo.com` and your team uses the dashboard
116
116
<Steptitle="Create your user info endpoint (optional).">
117
117
To enable personalization features, create an API endpoint that:
118
118
* Accepts OAuth access tokens for authentication.
119
-
* Returns user data in the `User` format. See [Sending Data](/authentication-personalization/sending-data) for more information.
119
+
* Returns user data in the `User` format. See [User data format](/authentication-personalization/personalization-setup#user-data-format) for more information.
120
120
121
121
Add this endpoint URL to the **Info API URL** field in your [authentication settings](https://dashboard.mintlify.com/settings/deployment/authentication).
122
122
</Step>
@@ -168,7 +168,7 @@ Your documentation is hosted at `foo.com/docs` and you have an existing OAuth se
168
168
<Steptitle="Integrate Mintlify authentication into your login flow.">
169
169
Modify your existing login flow to include these steps after user authentication:
170
170
171
-
* Create a JWT containing the authenticated user's info in the `User` format. See [Sending Data](/authentication-personalization/sending-data) for more information.
171
+
* Create a JWT containing the authenticated user's info in the `User` format. See [User data format](/authentication-personalization/personalization-setup#user-data-format) for more information.
172
172
* Sign the JWT with your secret key, using the EdDSA algorithm.
173
173
* Create a redirect URL back to the `/login/jwt-callback` path of your docs, including the JWT as the hash.
0 commit comments