You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Feature Request: Migrate Authentication from NextAuth.js to BetterAuth
Is your feature request related to a problem? Please describe.
The current webapp uses NextAuth.js for authentication, but it lacks built-in features like rate limiting and magic links, making session management more complex than necessary.
Describe the solution you'd like
Switching to BetterAuth for authentication, as it offers extended features such as simplified rate limiting, magic links for passwordless login, and overall easier session management. This would improve the user experience and reduce the complexity of the implementation.
The text was updated successfully, but these errors were encountered:
Feature Request: Migrate Authentication from NextAuth.js to BetterAuth
Is your feature request related to a problem? Please describe.
The current webapp uses NextAuth.js for authentication, but it lacks built-in features like rate limiting and magic links, making session management more complex than necessary.
Describe the solution you'd like
Switching to BetterAuth for authentication, as it offers extended features such as simplified rate limiting, magic links for passwordless login, and overall easier session management. This would improve the user experience and reduce the complexity of the implementation.
The text was updated successfully, but these errors were encountered: