Skip to content
New issue

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

NextAuth.js #180

Open
hysryt opened this issue Jul 24, 2021 · 1 comment
Open

NextAuth.js #180

hysryt opened this issue Jul 24, 2021 · 1 comment

Comments

@hysryt
Copy link
Owner

hysryt commented Jul 24, 2021

No description provided.

@hysryt
Copy link
Owner Author

hysryt commented Jul 24, 2021

JWTセッション

JWTセッションを使用した場合、セッション情報はCookieにBase64でエンコードして保存される。
Cookie名はnext-auth.session-tokenまたは__Secure-next-auth.session-token。
ただしHttpOnly属性が有効になっているため、クライアント側のJavaScriptからはアクセスできない。

cookieに保存されている情報とuseSession()で取得できる情報は別物。
クライアント側でuseSessionを実行するとサーバーに問い合わせに行ってる気がする。
サーバーはcookieの情報からセッション情報を生成して返す。

コールバックのsession関数の第二引数はどこから来ている?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant