delay / sveltekit-auth-starter

This is a Sveltekit auth starter project. It utilizes Lucia for authentication, Skeleton for ui elements, Prisma for database connectivity and type safety, Lucide for icons, inlang for translation, Zod and Superforms to handle forms and validation and Sveltekit.
https://sveltekit-auth-starter.vercel.app
MIT License
215 stars 31 forks source link

Update Luica to v2 #18

Closed BradNut closed 9 months ago

BradNut commented 1 year ago

Update the starter to use v2 of Lucia: https://lucia-auth.com/start-here/migrate-v2

delay commented 1 year ago

I will try to get this updated. I will also accept a PR for this if anyone wants to tackle it.

deancochran commented 11 months ago

Not sure I have time to make a PR. I never have contributed to Open Source code, but I'd like to! I did implement this stack with a Lucia upgrade. I ended up using Joy of Code's posts, HuntByte's posts, and many other resources including the docs!

Lmk how I can help, do you have a contributor page?

My Repo

delay commented 11 months ago

Thanks for the offer! If you want to make a pull request, clone my repository to your system. Make the changes you want to. Then submit the pull request to me. Here is one tutorial https://opensource.com/article/19/7/create-pull-request-github. I am sure you can find many on how to submit a pull request if that one doesn't work.

I am going to update this repository to new versions of lucia-auth, skeleton, superforms and any other libraries that may be behind. I haven't been coding much lately but plan to get back into things after Halloween. If you want to give it a try before then I would be happy to take a look at what you submit and if it works well I will merge your pull request. Otherwise I do plan to do this on my own in a couple of weeks.

delay commented 11 months ago

Also one other thing. If you want to make other changes to the code besides just lucia-auth to version 2, please submit each as a different pull request that way I can accept each one individually and won't have to reject the whole request if there is some additional part of the update I don't want to perform.

delay commented 9 months ago

updated to version 2. There are lot of changes including updates to the database schema.