Funcy-ICT / Funcy-ICT/Funcy_Portfolio_Backend
[feat]JWT有効期限をチェックするロジックを作成する
Open
🛡 security
- Dominant language
- Go
- Stars
- 1
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
## 機能概要
- JWTが有効期限であれば,再発行を促すようにする
## Taskリスト
- [ ] JWTの有効期限を確認するロジック
- [ ] 再発行をするロジック
## Doneの定義
- 有効期限が設定されており,トークンがずっと使いまわせる状況を修正する
## 参考リンク
-
## 留意事項
-
## 検討事項
-
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by locating the JWT authentication and token-issuance entry points in the Go backend, then trace how expiry is configured and how tokens are refreshed. Done means configured expiry is enforced, expired tokens cannot be reused indefinitely, and the reissuance flow works as intended.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- go
- Domain
- authentication, backend
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100