lucia-auth / lucia

Authentication, simple and clean
https://lucia-auth.com
BSD Zero Clause License
9.61k stars 495 forks source link

provide tutorial and examples for plain react (react-router) #1733

Open yogeshdnumb opened 1 week ago

yogeshdnumb commented 1 week ago

examples and tutorial of google/github auth exists for sveltekit,next,astro but it would be very useful if it was also available for plain react spa

zeronumbers commented 3 days ago

You still need server for storing session into db. Doesn't it make sense to use a framework that helps with server stuff?