Team-Ampersand / Dotori-iOS

GSM 기숙사 관리 서비스 - 도토리 iOS
https://apps.apple.com/kr/app/id6453122982
MIT License
68 stars 1 forks source link

JwtStore와 Keychain분리 #149

Open baekteun opened 1 year ago

baekteun commented 1 year ago

Describe

현재는 JwtStore에서 Keychain을 직접 구현해서 사용중. 이를 Keychain 모듈로 따로 구현해서 리팩토링

Additional

No response