Open brollin opened 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.
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.
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.