Closed2023/01/25にクローズ5Next.js + Hydraでいい感じなOIDC+OAuth環境を構築するkenfdev2023/01/25express-jwtでJWTを検証 https://github.com/auth0/express-jwt JWKSを使ってどうやって検証するか https://github.com/auth0/express-jwt/issues/166 https://github.com/auth0/node-jwks-rsa/tree/master/examples/express-demo 返信を追加kenfdev2023/01/25id_tokenとaccess_token https://auth0.com/blog/why-should-use-accesstokens-to-secure-an-api/ https://auth0.com/blog/id-token-access-token-what-is-the-difference/ https://auth0.com/docs/secure/tokens/access-tokens 返信を追加kenfdev2023/01/25nextjsとhydraを組み合わせるときに参考になった https://github.com/ory/kratos/issues/2179 https://github.com/amorey/hydra-nextjs-reference/blob/main/pages/auth/sign-in.jsx https://github.com/atreya2011/next-auth-kratos-hydra-test/blob/main/pages/api/auth/[...nextauth].ts 返信を追加kenfdev2023/01/25next-auth https://next-auth.js.org/getting-started/example#configuring-callback-url-oauth-only next-authでrefresh tokenは自前で実装 https://next-auth.js.org/tutorials/refresh-token-rotation#client-side 返信を追加kenfdev2023/01/25hydraのOIDC + OAuth2.0について https://www.ory.sh/docs/hydra/ 返信を追加このスクラップは2023/01/25にクローズされました
kenfdev2023/01/25express-jwtでJWTを検証 https://github.com/auth0/express-jwt JWKSを使ってどうやって検証するか https://github.com/auth0/express-jwt/issues/166 https://github.com/auth0/node-jwks-rsa/tree/master/examples/express-demo 返信を追加
kenfdev2023/01/25id_tokenとaccess_token https://auth0.com/blog/why-should-use-accesstokens-to-secure-an-api/ https://auth0.com/blog/id-token-access-token-what-is-the-difference/ https://auth0.com/docs/secure/tokens/access-tokens 返信を追加
kenfdev2023/01/25nextjsとhydraを組み合わせるときに参考になった https://github.com/ory/kratos/issues/2179 https://github.com/amorey/hydra-nextjs-reference/blob/main/pages/auth/sign-in.jsx https://github.com/atreya2011/next-auth-kratos-hydra-test/blob/main/pages/api/auth/[...nextauth].ts 返信を追加
kenfdev2023/01/25next-auth https://next-auth.js.org/getting-started/example#configuring-callback-url-oauth-only next-authでrefresh tokenは自前で実装 https://next-auth.js.org/tutorials/refresh-token-rotation#client-side 返信を追加