Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat/migrate-from-lucia-to-oslo #9

Merged
merged 2 commits into from
Nov 21, 2024
Merged

Conversation

rwieruch
Copy link
Owner

@rwieruch rwieruch commented Nov 21, 2024

Reason: lucia-auth/lucia#1707

TLDR: Lucia, the authentication library that we are using, is deprecated (Q1/2025). However, the author of Lucia decided to make it a learning resource, because Lucia is just a thin wrapper around cryptographic libraries like Oslo. So we are following the migration path on their website and will also use Oslo instead of Lucia.

What I/you had/have to do: https://lucia-auth.com/sessions/migrate-lucia-v3 It should be pretty straightforward. Need more handholding? https://www.robinwieruch.de/how-to-roll-your-own-auth/

Why I still stick to Lucia and now Oslo?

  • still great primitives for rolling your own authentication
  • being independent of paid third-parties
  • learning about authentication
  • being in control

Copy link

vercel bot commented Nov 21, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
the-road-to-next-app ✅ Ready (Inspect) Visit Preview 💬 Add feedback Nov 21, 2024 9:41pm

@rwieruch rwieruch merged commit 9d0a71d into main Nov 21, 2024
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant