SotSF / conjurer

Creates audiovisual experiences for the Canopy of Luminous Conjury
https://conjurer.se.cretfi.re
GNU Affero General Public License v3.0
2 stars 1 forks source link

Implement user authentication #297

Open brollin opened 1 month ago

brollin commented 1 month ago

Exactly how to do so is still TBD. Here are a few options:

Clerk seems like a great user authentication library.

No matter what, we should be able to achieve stateless session management with Oauth2 implicit grant flow or JWT/JWE client side sessions.

brollin commented 1 week ago

Clerk, on researching more, seems like a very heavy solution. They store your user data which requires all kinds of shenanigans to setup and maintain.

Jeff discovered another option, auth.js that is lightweight and very much designed for next apps.