Skip to content

Auth

The Auth handles all user authentication and access control for the Simple Accounting application. It ensures that only registered and verified users can access the system while providing mechanisms for account creation, password recovery, and secure login/logout.

Features

FeatureDescription
SignupAllows new users to create an account using email and password.
Verify EmailSends a verification email to confirm the user’s email address.
SigninEnables registered users to log in to the application.
SignoutAllows users to securely log out of the application.
Forgot PasswordProvides a way for users to request a password reset link if they forget their password.
Reset PasswordAllows users to set a new password after verifying their identity.

Released under the MIT License.