next-auth icon indicating copy to clipboard operation
next-auth copied to clipboard

chore: update sveltekit dev app style

Open ndom91 opened this issue 1 year ago • 1 comments

☕️ 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() in auth.ts) don't seem to work. They throw an error about not being abel to import $env/dynamic/private in client-side code when trying to use them.. :thinking:
    • See: apps/dev/sveltekit/src/routes/+page.svelte

🧢 Checklist

  • [ ] Documentation
  • [ ] Tests
  • [ ] Ready to be merged

🎫 Affected issues

📌 Resources

ndom91 avatar Feb 11 '24 22:02 ndom91

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

vercel[bot] avatar Feb 11 '24 22:02 vercel[bot]

Small type / slot updates to SvelteKit server-side SignIn / SignOut components here: https://github.com/nextauthjs/next-auth/pull/10144

ndom91 avatar Feb 27 '24 13:02 ndom91