Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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