Stefan Galler 4c896aac1c update readme
2024-10-03 15:52:25 +02:00
2024-09-26 16:29:18 +02:00
2024-09-26 16:29:18 +02:00
2024-10-03 07:31:37 +02:00
2024-10-03 07:31:37 +02:00
2024-10-03 07:41:02 +02:00
2024-09-26 16:29:18 +02:00
2024-09-26 16:30:04 +02:00
2024-10-03 07:31:37 +02:00
2024-09-26 16:29:18 +02:00
2024-09-26 16:29:18 +02:00
2024-10-03 07:31:37 +02:00
2024-10-03 07:31:37 +02:00
2024-10-03 15:52:25 +02:00

Flutter JWT Auth

This project showcases a simple implementation of JWT auth in Flutter.

A detailed explanation of the implementation can be found in this blog post on bettercoding.dev.

Server

This project provides a simple test server that implements basic JWT auth endpoints. See https://github.com/bettercoding-dev/shelf-jwt-test-server for more details.

To start the server in this project, simple run:

dart server/shelf-jwt-test-server/bin/server.dart

Follow-Along

If you want to implement certain parts of the project yourself to improve your coding skills, you can check out the follow-along branch.

git checkout follow-along

In this branch, I removed certain parts of the implementation, and you can code it yourself with the help of the tutorial.

Description
No description provided
Readme 324 KiB
Languages
Dart 94.7%
Ruby 3.3%
Swift 1.6%
Kotlin 0.3%