Lucia (@lucia_auth) 's Twitter Profile
Lucia

@lucia_auth

Authentication, simple and clean

ID: 1621759624629329921

linkhttp://lucia-auth.com calendar_today04-02-2023 06:36:46

150 Tweet

2,2K Followers

0 Following

pilcrow (@pilcrowonpaper) 's Twitter Profile Photo

If you're using Lucia with Astro, you can enable the experimental CSRF protection and shave off some middleware code from your project :D

pilcrow (@pilcrowonpaper) 's Twitter Profile Photo

Lucia 3.2 released! - New generateIdFromEntropySize() - Improved performance for session ID generation - Allow SameSite=None for session cookies github.com/lucia-auth/luc…

pilcrow (@pilcrowonpaper) 's Twitter Profile Photo

Added a section for community-maintained db adapters. Consider adding it to the list if you made one! lucia-auth.com/database/#comm…

pilcrow (@pilcrowonpaper) 's Twitter Profile Photo

Arctic v2 RFC: Use methods to get tokens (i.e. tokens.accessToken() instead of tokens.accessToken) github.com/pilcrowOnPaper…

pilcrow (@pilcrowonpaper) 's Twitter Profile Photo

It's kinda out of nowhere, but I just want to publicly thank Nomad for being one of the best community member an OSS project could have. He's very active on Discord and helped tons of people there

It's kinda out of nowhere, but I just want to publicly thank Nomad for being one of the best community member an OSS project could have. He's very active on Discord and helped tons of people there
pilcrow (@pilcrowonpaper) 's Twitter Profile Photo

Lucia RFC: Remove adapter packages I've never been more excited about my own proposal. This fixes a lot of issues I have with Lucia github.com/lucia-auth/luc…

pilcrow (@pilcrowonpaper) 's Twitter Profile Photo

Here's a quick demo with the proposed changes You can install it yourself too: npm install lucia@experimental-remove-adapter-package github.com/pilcrowOnPaper…

pilcrow (@pilcrowonpaper) 's Twitter Profile Photo

There's a probably a good meme format I can use but I quietly added dark mode to most of my project's docs like a week ago

pilcrow (@pilcrowonpaper) 's Twitter Profile Photo

I am planning to deprecate Lucia early next year and make it a general learning resource on auth instead. It pains me but I am confident that this is the best way forward. The early preview is available below github.com/lucia-auth/luc…

pilcrow (@pilcrowonpaper) 's Twitter Profile Photo

The new site is now live! Lucia v3 will be deprecated by March 2025. Big thanks to everyone who contributed to the library github.com/lucia-auth/luc…

pilcrow (@pilcrowonpaper) 's Twitter Profile Photo

I'm getting rid of all the framework-specific examples in Lucia and replacing it with a single example. So I just need a Typescript server that serves HTML with basic templating What library/framework/setup should I use?

pilcrow (@pilcrowonpaper) 's Twitter Profile Photo

Here's my current plan with Lucia. I want it to be a solid foundation for rolling your own auth github.com/lucia-auth/luc…

pilcrow (@pilcrowonpaper) 's Twitter Profile Photo

I've overhauled the entire sessions section. Patched out a very impractical timing attack and the API is much cleaner now. Added a few more guides on inactivity timeouts and JWTs as well lucia-auth.com/sessions/basic