https://github.com/rensawamo/authentication_app
Golang/Flutter Firebase jwt authentication app
https://github.com/rensawamo/authentication_app
Last synced: 3 months ago
JSON representation
Golang/Flutter Firebase jwt authentication app
- Host: GitHub
- URL: https://github.com/rensawamo/authentication_app
- Owner: rensawamo
- Created: 2024-07-28T05:14:39.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-07-31T15:48:59.000Z (10 months ago)
- Last Synced: 2025-01-28T17:22:12.767Z (4 months ago)
- Language: C++
- Homepage:
- Size: 396 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### ⭐️ zenn 記事は[こちら](https://zenn.dev/renren0112/articles/56de70adea15c3)
# シーケンス図
# ビルド手順
### frontendで firebase の環境構築を行う
ちなみに ビルドはAndroid emulaterを想定
bundle id は com.example.frontend### frontend と backend の
.env.example を .envに変え適切な値を代入### backend
set up server
```sh
$ cd backend/cmd
$ go run main.go
```### frontend
```sh
$ cd frontend
$ flutter run
```
1. 認証 → CustomTokenをbackendから受け取り保存するまでの流れ
2. Reflesh Tokenの活用
3. 正常系 APIリクエスト
4. Tokenが無効の場合のAPIリクエスト### 対応
REST/gRPC