Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/manangandhi1810/flutter-auth-template
A template for authentication in Flutter
https://github.com/manangandhi1810/flutter-auth-template
Last synced: 1 day ago
JSON representation
A template for authentication in Flutter
- Host: GitHub
- URL: https://github.com/manangandhi1810/flutter-auth-template
- Owner: MananGandhi1810
- Created: 2024-09-09T13:30:35.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2024-09-11T18:03:25.000Z (2 months ago)
- Last Synced: 2024-09-13T01:03:31.941Z (2 months ago)
- Language: Dart
- Homepage:
- Size: 329 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Flutter Auth Template
A Flutter template for JWT based authentication. Works best with my [Express Auth Template](https://github.com/MananGandhi1810/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