Add Scalekit authentication backend guide#13355
Add Scalekit authentication backend guide#13355saif-at-scalekit wants to merge 2 commits intowithastro:v6from
Conversation
Adds a new backend guide for integrating Scalekit authentication into an Astro project, following the same structure and style as the Supabase guide. Covers SDK setup, OAuth login/callback/logout endpoints, session middleware with automatic token refresh, and a protected page example. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
✅ Deploy Preview for astro-docs-2 ready!Built without sensitive environment variables
To edit notification comments on pull requests, go to your Netlify project configuration. |
Lunaria Status Overview🌕 This pull request will trigger status changes. Learn moreBy default, every PR changing files present in the Lunaria configuration's You can change this by adding one of the keywords present in the Tracked Files
Warnings reference
|
|
Hi @saif-at-scalekit I'm sorry but we're in a docs and code freeze while we prepare to release v6! I'm going to have to close that PR because our docs code will be significantly different, and it's easier than trying to fix up your branch. Please wait until after v6 is released, and then someone will be happy to guide you through your first PR! 🎉 |
This PR adds a new backend guide for integrating Scalekit authentication with Astro SSR projects.
Changes
src/content/docs/en/guides/backend/scalekit.mdx(377 lines)Guide Overview
The guide covers:
Related Examples