Skip to content

Commit fa88d5f

Browse files
authoredMar 4, 2025
Merge branch 'master' into i18n-implementation
2 parents e8d67a7 + 76c61f4 commit fa88d5f

File tree

231 files changed

+1143
-1060
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

231 files changed

+1143
-1060
lines changed
 

‎articles/_includes/_api_auth_intro.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
::: note
2-
**New to Auth0?** Learn [how Auth0 works](/overview) and read about [implementing API authentication and authorization ](/api-auth) using the OAuth 2.0 framework.
2+
**New to Auth0?** Learn <a href="/overview" target="_blank" rel="noreferrer">how Auth0 works</a> and read about <a href="/api-auth" target="_blank" rel="noreferrer">implementing API authentication and authorization</a> using the OAuth 2.0 framework.
33
:::

‎articles/_includes/_callback_url.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22

33
### Configure Callback URLs
44

5-
A callback URL is a URL in your application where Auth0 redirects the user after they have authenticated. The callback URL for your app must be added to the **Allowed Callback URLs** field in your [Application Settings](${manage_url}/#/applications). If this field is not set, users will be unable to log in to the application and will get an error.
5+
A callback URL is a URL in your application where Auth0 redirects the user after they have authenticated. The callback URL for your app must be added to the **Allowed Callback URLs** field in your <a href="${manage_url}/#/applications" target="_blank" rel="noreferrer">Application Settings</a>. If this field is not set, users will be unable to log in to the application and will get an error.

0 commit comments

Comments
 (0)