next-auth
next-auth copied to clipboard
chore: update sveltekit dev app style
☕️ Reasoning
- Update styling to match new nextjs dev app
- New components for Server-side signin work
- WIP: Imports for client-side signin/signout methods (from
const { handle, signin, signout } = SvelteKitAuth()inauth.ts) don't seem to work. They throw an error about not being abel to import$env/dynamic/privatein client-side code when trying to use them.. :thinking:- See:
apps/dev/sveltekit/src/routes/+page.svelte
- See:
🧢 Checklist
- [ ] Documentation
- [ ] Tests
- [ ] Ready to be merged
🎫 Affected issues
📌 Resources
The latest updates on your projects. Learn more about Vercel for Git ↗︎
| Name | Status | Preview | Comments | Updated (UTC) |
|---|---|---|---|---|
| auth-docs | ✅ Ready (Inspect) | Visit Preview | 💬 Add feedback | Feb 28, 2024 0:41am |
2 Ignored Deployments
| Name | Status | Preview | Comments | Updated (UTC) |
|---|---|---|---|---|
| next-auth-docs | ⬜️ Ignored (Inspect) | Visit Preview | Feb 28, 2024 0:41am | |
| nextra-docs | ⬜️ Ignored (Inspect) | Visit Preview | Feb 28, 2024 0:41am |
Small type / slot updates to SvelteKit server-side SignIn / SignOut components here: https://github.com/nextauthjs/next-auth/pull/10144