/flutter-auth-template

A template for authentication in Flutter

Primary LanguageDart

Flutter Auth Template

A Flutter template for JWT based authentication. Works best with my Express Auth Template

Features

  • User registration
  • User login
  • Email Verification
  • Password Reset

How to use

  1. Clone the repository
  2. Run flutter pub get
  3. Update the baseUrl in lib/constants.dart to your server URL
  4. Run the app

Contributing

  1. Fork the repository
  2. Open an issue or feature request
  3. Create a new branch (git checkout -b feature)
  4. Commit your changes (git commit -am 'Add new feature')
  5. Push to the branch (git push origin feature)
  6. Create a new Pull Request
  7. Get your changes merged