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
No description provided.
The text was updated successfully, but these errors were encountered:
JWTセッションを使用した場合、セッション情報はCookieにBase64でエンコードして保存される。 Cookie名はnext-auth.session-tokenまたは__Secure-next-auth.session-token。 ただしHttpOnly属性が有効になっているため、クライアント側のJavaScriptからはアクセスできない。
cookieに保存されている情報とuseSession()で取得できる情報は別物。 クライアント側でuseSessionを実行するとサーバーに問い合わせに行ってる気がする。 サーバーはcookieの情報からセッション情報を生成して返す。
コールバックのsession関数の第二引数はどこから来ている?
Sorry, something went wrong.
No branches or pull requests
No description provided.
The text was updated successfully, but these errors were encountered: