Skip to content
This repository has been archived by the owner on Sep 13, 2022. It is now read-only.

認証方法の変更 #8

Open
yoneyan opened this issue Apr 22, 2020 · 0 comments
Open

認証方法の変更 #8

yoneyan opened this issue Apr 22, 2020 · 0 comments
Labels
enhancement New feature or request

Comments

@yoneyan
Copy link
Member

yoneyan commented Apr 22, 2020

github.com/vmmgr/gclient Issue #1にも書いている通り、認証側の仕組みを変更する予定。

現時点のパスワード認証をToken生成時のみに限定させる。
Tokenは認証期間として、以下の3つの方法を利用する。

  • 永続Token(UUIDを3つ)
  • 24時間限定Token(UUIDを1つ)
  • 1時間限定Token(UUIDを1つ)
    永続Tokenについては安全性向上の為、UUIDを3回生成し、それらをつなげる。

また、ggateでの永続Tokenの発行はパスワード認証のみの場合では弱いのでメールアドレス認証などを用いる方法を採用する予定

@yoneyan yoneyan added the enhancement New feature or request label Apr 22, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant