https://github.com/macielti/gandalf
A simple boilerplate flutter app code for login data (authentication) managment.
https://github.com/macielti/gandalf
Last synced: 3 months ago
JSON representation
A simple boilerplate flutter app code for login data (authentication) managment.
- Host: GitHub
- URL: https://github.com/macielti/gandalf
- Owner: macielti
- Created: 2022-04-11T23:21:23.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-05-09T21:36:02.000Z (about 3 years ago)
- Last Synced: 2024-12-29T23:49:53.107Z (5 months ago)
- Language: Dart
- Size: 143 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Gandalf

"You shall not pass!" - Gandalf
This repository contains a simple boilerplate code to serve as reference material for when I need to have authentication
capabilities in a Flutter app, eg: Login screen, authentication data management.While developing the initial version I am not focusing on making it secure, but with the next versions, I am looking
forward to making it more secure to be used as reference for production environment code.The objective is to integrate this app with our authentication microservice https://github.com/macielti/porteiro.