Skip to content

Commit c281dc6

Browse files
authored
update links to user data format (#1018)
1 parent a60e56c commit c281dc6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

authentication-personalization/authentication-setup.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ Your documentation is hosted at `docs.foo.com` and your team uses the dashboard
116116
<Step title="Create your user info endpoint (optional).">
117117
To enable personalization features, create an API endpoint that:
118118
* 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.
120120

121121
Add this endpoint URL to the **Info API URL** field in your [authentication settings](https://dashboard.mintlify.com/settings/deployment/authentication).
122122
</Step>
@@ -168,7 +168,7 @@ Your documentation is hosted at `foo.com/docs` and you have an existing OAuth se
168168
<Step title="Integrate Mintlify authentication into your login flow.">
169169
Modify your existing login flow to include these steps after user authentication:
170170

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.
172172
* Sign the JWT with your secret key, using the EdDSA algorithm.
173173
* Create a redirect URL back to the `/login/jwt-callback` path of your docs, including the JWT as the hash.
174174
</Step>

0 commit comments

Comments
 (0)