mirror of
https://github.com/stack-auth/stack.git
synced 2026-06-04 21:04:37 +08:00
Fix broken links
This commit is contained in:
parent
bb8e28a275
commit
421f5156ba
@ -156,7 +156,7 @@ After signing up/in, you will be redirected back to the home page. We will show
|
||||
|
||||
## Next steps
|
||||
|
||||
Next up, we will show you how to [retrieve and update user information](./users.mdx), and how to [protect a page](../concepts/backend-integration.mdx) from unauthorized access.
|
||||
Next up, we will show you how to [retrieve and update user information](./users.mdx), and how to [protect a page](./users.mdx#protecting-a-page) from unauthorized access.
|
||||
|
||||
{/* ELSE_IF_PLATFORM react */}
|
||||
|
||||
|
||||
@ -25,7 +25,11 @@ curl https://api.stack-auth.com/api/v1/ \
|
||||
| `X-Stack-Secret-Server-Key` | string | Required for server access. The API key as found on the Stack dashboard. |
|
||||
| `X-Stack-Access-Token` | string | Optional. The access token for the current user. If not given, the request is considered to be logged out. |
|
||||
|
||||
{/* IF_PLATFORM python */}
|
||||
To see how to use these headers in various programming languages, see the [Getting Started guide](./../getting-started/setup.mdx).
|
||||
{/* ELSE_IF_PLATFORM js-like */}
|
||||
To see how to use these headers in various programming languages, see the [examples](./../concepts/backend-integration.mdx).
|
||||
{/* END_IF_PLATFORM */}
|
||||
|
||||
## FAQ
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user