AuthFlow is a full-stack auth system using React, Tailwind CSS, Zustand, Node.js, Express, and MongoDB. It offers a clean UI with secure sign-up, login, session handling, and protected routes perfect as a starter kit for modern web apps needing robust authentication.
Stars
0
Forks
0
Watchers
0
Open Issues
0
Overall repository health assessment
^3.0.2^1.4.7^2.8.5^16.5.0^5.1.0^9.0.2^4.1.0^8.15.0^4.5.1^1.4.8^2.8.18^5.0.2^9.0.9^7.0.3^3.1.1054
commits
fix: correct parameter order in resetPassword function call in ResetPasswordPage
df48e59View on GitHubfix: add margin to the Forgot Password title and adjust success message container styling
c5049c8View on GitHubfix: update email templates for verification and password reset to reflect new expiration time and change team name
f1675cfView on GitHubfix: add margin to the success message container in ForgotPasswordPage
697eec9View on GitHubfix: enhance Input component with rightIcon support and refactor Login, ResetPassword, and SignUp pages for password visibility toggle
68f1fe9View on GitHubfix: update @types/react version in package.json and package-lock.json; refactor PasswordStrengthMeter and other components for consistency
5d8e1a0View on GitHubfix: correct NODE_ENV variable usage in index.js and package.json
a9a9a58View on GitHubfix: correct mailtrapClient variable name in email sending functions
7e760b1View on GitHubfix: update sender email and name in Mailtrap configuration
20c10b8View on GitHubfix: update sender email in Mailtrap configuration; correct API_URL for production
99185d3View on GitHubrefactor: migrate email sending from Resend to Mailtrap; update configurations and templates
ab80bbeView on GitHubrefactor: remove Mailtrap client configuration and comments; streamline email sending with Resend service
ac32e4dView on GitHubfeat: migrate email sending from Mailtrap to Resend service; update configurations and templates
2aed5b2View on GitHub