jacobsamo / Mixie

Mixie is an open source, community-driven recipe platform where home cooks and food enthusiasts can cook, create and collaborate on unique and delicious recipes.
https://mixiecooking.com
GNU Affero General Public License v3.0
1 stars 0 forks source link

Change auth provider from Nextauth -> Clerk #89

Closed jacobsamo closed 6 months ago

jacobsamo commented 6 months ago

Nextauth is a lot of work to keep updated and working with what I want, yes we would still be storing user information in our database it wouldn't be as much which is nice and the pricing per user in Clerk is really cheap with the free tier.

With good middleware as well which will be useful for certain things.

TODO:

jacobsamo commented 6 months ago

Clerk is great however is quite difficult for what I need and want so at this point in time we are just going to stick with Nextauth