next-auth 介绍
OAuth 授权 用户在 Google 页面同意授权(选择账号、允许权限) Google 返回授权码(authorization code)到 NextAuth 配置的回调 URL(默认是 /api/auth/callback/google)。 NextAuth 收到 Google 返回的授权码 使 …
Browse
OAuth 授权 用户在 Google 页面同意授权(选择账号、允许权限) Google 返回授权码(authorization code)到 NextAuth 配置的回调 URL(默认是 /api/auth/callback/google)。 NextAuth 收到 Google 返回的授权码 使 …