> **Building with AI coding agents?** Install the authstack plugin with one command. This equips your agent with accurate Scalekit implementation patterns.
>
> **Recommended**:
> ```bash
> npx @scalekit-inc/cli setup
> ```
>
> Global:
> ```bash
> npm install -g @scalekit-inc/cli
> scalekit setup
> ```
>
> Supports Claude Code, Cursor, GitHub Copilot, Codex + skills for 40+ agents.
> Features: full-stack-auth, agent-auth, mcp-auth, modular-sso, modular-scim.
> [Full setup guide](https://docs.scalekit.com/dev-kit/build-with-ai/)

---

# Full stack auth

Code samples demonstrating complete authentication implementations with hosted login and session management
### [Full Stack Auth with Next.js](https://github.com/scalekit-inc/scalekit-nextjs-auth-example)

Complete authentication solution for Next.js apps. Includes hosted login pages, session management, and protected routes

### [Full Stack Auth with FastAPI](https://github.com/scalekit-inc/scalekit-fastapi-auth-example)

Authentication template for FastAPI projects. Featuring integrated user sessions, hosted login flow, and ready-to-use route protection specifically tailored for Python web backends.

### [Full Stack Auth with Flask](https://github.com/scalekit-inc/scalekit-flask-auth-example)

Authentication template for Flask applications. Features session management, hosted login flow, and decorator-based route protection

### [Full Stack Auth with Django](https://github.com/scalekit-inc/scalekit-django-auth-example)

Authentication template for Django projects. Features session management, hosted login flow, and middleware-based route protection

### [Full Stack Auth with Express](https://github.com/scalekit-inc/scalekit-express-auth-example)

Complete authentication solution for Express.js applications. Includes hosted login pages, session management, and middleware-protected routes

### [Full Stack Auth with Spring Boot](https://github.com/scalekit-inc/scalekit-springboot-auth-example)

End-to-end authentication for Java applications. Features Spring Security integration, hosted login, and session handling

### [Full Stack Auth with Laravel](https://github.com/scalekit-inc/scalekit-laravel-auth-example)

Complete authentication solution for Laravel applications. Includes hosted login pages, session management, and middleware-protected routes

### [End to end full stack auth demo](https://github.com/scalekit-inc/coffee-desk-demo)

Badge: Coffee Desk App

Complete coffee shop management application with full stack. Features workspaces, organization switcher, and mulitple auth methods

  [View demo](https://dashboard.coffeedesk.app/) | [View code](https://github.com/scalekit-inc/coffee-desk-demo)


---

## More Scalekit documentation

| Resource | What it contains | When to use it |
|----------|-----------------|----------------|
| [/llms.txt](/llms.txt) | Structured index with routing hints per product area | Start here — find which documentation set covers your topic before loading full content |
| [/llms-full.txt](/llms-full.txt) | Complete documentation for all Scalekit products in one file | Use when you need exhaustive context across multiple products or when the topic spans several areas |
| [sitemap-0.xml](https://docs.scalekit.com/sitemap-0.xml) | Full URL list of every documentation page | Use to discover specific page URLs you can fetch for targeted, page-level answers |
