chore: Updated with-auth example#1928
chore: Updated with-auth example#1928atilafassina merged 6 commits intosolidjs:mainfrom thomasbuilds:main
Conversation
|
✅ Deploy Preview for solid-start-landing-page ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
More templates
commit: |
atilafassina
left a comment
There was a problem hiding this comment.
2 tiny nits that can potentially prevent some edge-case issues. But the PR is in great shape as it is. Thank you very much! 🏆
Summary
This PR enhances the
with-authexample by introducing context-based session management for simpler integration with Vinxi sessions. It also adds start-oauth package for seamless OAuth flows, expanding beyond the existing (and non-production-ready btw) email/password flow.To improve the user experience, TailwindCSS has been added alongside UI updates and a missing About page has been added too. The example still leverages unstorage for database-backed user management and keeps most of the existing logic.
Key Improvements
start-oauthwith sign in with discordMotivation
These changes make the example more realistic by showcasing context-driven session handling, OAuth integration, and improved design for better clarity and usability.
Screenshot
Updated
/loginUI: