A Flutter template for JWT based authentication. Works best with my Express Auth Template
- User registration
- User login
- Email Verification
- Password Reset
- Clone the repository
- Run
flutter pub get
- Update the
baseUrl
inlib/constants.dart
to your server URL - Run the app
- Fork the repository
- Open an issue or feature request
- Create a new branch (git checkout -b feature)
- Commit your changes (git commit -am 'Add new feature')
- Push to the branch (git push origin feature)
- Create a new Pull Request
- Get your changes merged