fix links

This commit is contained in:
Madison 2025-06-25 14:27:58 -05:00
parent a73e4d0b38
commit a283bd4347
12 changed files with 14 additions and 14 deletions

View File

@ -69,4 +69,4 @@ You will need to create an Apple Developer account, and generate an Apple Servic
### Need More Help?
- Check the [Sign in with Apple Documentation](https://developer.apple.com/sign-in-with-apple/get-started/)
- Visit our [GitHub Support Channel](https://github.stack-auth.com)
- Join our [Discord](https://discord.stack-auth.com)

View File

@ -36,4 +36,4 @@ This guide explains how to set up Bitbucket as an authentication provider with S
### Need More Help?
- Check the [Bitbucket OAuth documentation](https://developer.atlassian.com/cloud/bitbucket/oauth-2/)
- Visit our [GitHub Support Channel](https://github.stack-auth.com)
- Join our [Discord](https://discord.stack-auth.com)

View File

@ -36,7 +36,7 @@ When a user signs in with Discord, Stack Auth will create a user profile with th
- **User ID**: Discord's unique user ID
- **Username**: The user's Discord username
- **Avatar**: The user's Discord avatar (if available)
- **Email**: The user's email (if the 'email' scope is requested)
- **Email**: The user's email if the 'email' scope is requested
### Need More Help?

View File

@ -40,4 +40,4 @@ This guide explains how to set up Facebook as an authentication provider with St
### Need More Help?
- Check the [Facebook Login Documentation](https://developers.facebook.com/docs/facebook-login/)
- Visit our [GitHub Support Channel](https://github.stack-auth.com)
- Join our [Discord](https://discord.stack-auth.com)

View File

@ -35,4 +35,4 @@ You should replace these before you go into production.
### Need More Help?
- Check the [GitHub OAuth Documentation](https://docs.github.com/en/developers/apps/building-oauth-apps/authorizing-oauth-apps)
- Visit our [GitHub Support Channel](https://github.stack-auth.com)
- Join our [Discord](https://discord.stack-auth.com)

View File

@ -35,4 +35,4 @@ This guide explains how to set up GitLab as an authentication provider with Stac
### Need More Help?
- Check the [GitLab OAuth 2.0 documentation](https://docs.gitlab.com/ee/api/oauth2.html)
- Visit our [GitHub Support Channel](https://github.stack-auth.com)
- Join our [Discord](https://discord.stack-auth.com)

View File

@ -38,4 +38,4 @@ You should replace these before you go into production.
### Need More Help?
- Check the [Google OAuth2 Documentation](https://developers.google.com/identity/protocols/oauth2)
- Visit our [GitHub Support Channel](https://github.stack-auth.com)
- Join our [Discord](https://discord.stack-auth.com)

View File

@ -115,7 +115,7 @@ Stack Auth supports a wide range of authentication providers to help you add sec
<Card
title="Passkey"
icon="fa-regular fa-key"
href="./auth-providers/passkey"
href=". /auth-providers/passkey"
>
<div style={{ display: 'flex', flexDirection: 'column', alignItems: 'center', marginTop: '0.5rem' }}>
</div>
@ -124,7 +124,7 @@ Stack Auth supports a wide range of authentication providers to help you add sec
<Card
title="Two-Factor Auth (2FA)"
icon="fa-regular fa-shield-check"
href="./auth-providers/two-factor-auth"
href="/auth-providers/two-factor-auth"
>
<div style={{ display: 'flex', flexDirection: 'column', alignItems: 'center', marginTop: '0.5rem' }}>
</div>

View File

@ -37,4 +37,4 @@ This guide explains how to set up LinkedIn as an authentication provider with St
### Need More Help?
- Check the [LinkedIn OAuth2 Documentation](https://learn.microsoft.com/en-us/linkedin/shared/authentication/authorization-code-flow)
- Visit our [GitHub Support Channel](https://github.stack-auth.com)
- Join our [Discord](https://discord.stack-auth.com)

View File

@ -40,4 +40,4 @@ You should replace these before you go into production.
### Need More Help?
- Check the [Microsoft identity platform Documentation](https://docs.microsoft.com/en-us/azure/active-directory/develop/)
- Visit our [GitHub Support Channel](https://github.stack-auth.com)
- Join our [Discord](https://discord.stack-auth.com)

View File

@ -38,4 +38,4 @@ You should replace these before you go into production.
### Need More Help?
- Check the [Spotify Web API Authorization Documentation](https://developer.spotify.com/documentation/general/guides/authorization/)
- Visit our [GitHub Support Channel](https://github.stack-auth.com)
- Join our [Discord](https://discord.stack-auth.com)

View File

@ -23,7 +23,7 @@ This guide explains how to set up X (formerly Twitter) as an authentication prov
10. Click **Set up** or **Edit** if already configured.
11. Enable **OAuth 2.0** and set the following details:
- **Type of App**: Web App
- **Callback URL / Redirect URL**: `https://api.stack-auth.com/api/v1/auth/oauth/callback/twitter`
- **Callback URL / Redirect URL**: `https://api.stack-auth.com/api/latest/auth/oauth/callback/x`
- **Website URL**: Your website's URL
12. Under **App permissions**, select your scopes.
13. Click **Save** to apply your changes.
@ -40,4 +40,4 @@ This guide explains how to set up X (formerly Twitter) as an authentication prov
### Need More Help?
- Check the [X OAuth 2.0 documentation](https://developer.twitter.com/en/docs/authentication/oauth-2-0)
- Visit our [GitHub Support Channel](https://github.stack-auth.com)
- Join our [Discord](https://discord.stack-auth.com)