Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions docs/start/framework/react/authentication.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ That said, authentication is not something to be taken lightly. After much vetti

<a href="https://go.clerk.com/wOwHtuJ" alt="Clerk Logo">
<picture>
<source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/tanstack/tanstack.com/main/src/images/clerk-logo-dark.svg" width="280">
<source media="(prefers-color-scheme: light)" srcset="https://raw.githubusercontent.com/tanstack/tanstack.com/main/src/images/clerk-logo-light.svg" width="280">
<img alt="Clerk logo" src="https://raw.githubusercontent.com/tanstack/tanstack.com/main/src/images/clerk-logo-light.svg" width="280">
<source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/TanStack/tanstack.com/refs/heads/main/src/images/clerk-logo-dark.svg" width="280">
<source media="(prefers-color-scheme: light)" srcset="https://raw.githubusercontent.com/TanStack/tanstack.com/refs/heads/main/src/images/clerk-logo-light.svg" width="280">
<img alt="Clerk logo" src="https://raw.githubusercontent.com/TanStack/tanstack.com/refs/heads/main/src/images/clerk-logo-light.svg" width="280">
</picture>
</a>

Expand All @@ -31,4 +31,4 @@ Clerk is a modern authentication platform that provides a full suite of authenti

## Documentation & APIs

Documentation for implementing your own authentication logic with TanStack Start is coming soon! In the meantime, you can check out any of the `-auth` prefixed [examples](../examples) for a starting point.
Documentation for implementing your own authentication logic with TanStack Start is coming soon! In the meantime, you can check out any of the `-auth` prefixed [examples](../examples/start-basic-auth) for a starting point.