We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ログインしたら、ログイントークンを保存しておいて、有効期限までは自動ログインするようにする。
The text was updated successfully, but these errors were encountered:
自動ログイントークンの仕組み #66
7044584
0ded3ac
まだ、うまく動いていない。 ログイントークン自体は、localStorageに入れても良さそう。 ただし、その場合、XSS脆弱性を防ぐ必要があり、現状で使える #html プラグインが問題になりそう。 そして、#html プラグインに、JavaScriptを排除する仕組みを組み込む。
Sorry, something went wrong.
自動ログインの仕組み微修正 #66
a73494c
まだ、うまくログインできない事象が発生します。 作りなした方がよさそう???
No branches or pull requests
ログインしたら、ログイントークンを保存しておいて、有効期限までは自動ログインするようにする。
The text was updated successfully, but these errors were encountered: