lucia-auth / lucia

Authentication, simple and clean
https://lucia-auth.com
MIT License
8.32k stars 447 forks source link

[Docs]: Community Examples section? #611

Open delay opened 1 year ago

delay commented 1 year ago

Description

I was wondering if you would consider adding a community examples section to the docs? I just made a Sveltekit example for email and password auth utilizing Lucia for the authentication. I know I have found these sections useful for other libraries as it helps see ways of coding that may not be fully covered in the doc examples. Here are links to the project I created.

Github: https://github.com/delay/sveltekit-auth-starter Example Working App: https://sveltekit-auth.uv-ray.com/ Medium Article Write up: https://medium.com/@jeffmcmorris/sveltekit-auth-starter-4e1ff139891c

Anyway thanks so much for making a great auth library! It really helped me in making this auth starter project.

pilcrowOnPaper commented 1 year ago

I've been intending to add it once I get enough projects - the problem is they're scattered across the web...

delay commented 1 year ago

Great thanks! Your library helped me a lot with my auth starter. Thanks so much for making it!

Its-Satyajit commented 3 months ago

This template may help someone https://github.com/Its-Satyajit/nextjs-drizzle-mysql-tailwind

thanks for your fantastic work with your amazing library! 😊

rwieruch commented 3 months ago

Not an example, but a full tutorial for using Lucia Auth in Next 14 :) https://www.robinwieruch.de/next-authentication/ In my upcoming course, I already implemented password reset, email verification, and even organizations with inviations/roles/permissions :)

ctrtrends commented 1 month ago

Working example of OAuth with Google, Lucia, Artic and Sveltekit without TypeScript. https://github.com/ctrtrends/OAuth_Google_Lucia