You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 13, 2022. It is now read-only.
認証周りの処理のせいで、かなり複雑になっているのでコードが複雑化し保守性が皆無になっている。
基本の操作はToken認証で処理させ、パスワード認証での操作を廃止させる。
しかし、Token取得時にはパスワードが必要になるのでUser側の処理のみ使えるようにする。