

























OAuth access tokens can now be issued as JWTs, enabling networkless verification and better compatibility with third-party tools.
JWTs are now the default for newly created applications, while existing applications continue using opaque tokens unless changed.

JWT access tokens offer several advantages:
Opaque tokens remain valuable for security-sensitive scenarios:
To change your OAuth access token format:
Clerk's SDKs automatically handle verification for both token formats — no code changes are required when switching between them. For manual verification of JWT tokens outside of Clerk's SDKs, use the same approach as session token verification with your instance's public key.
For more details on the differences between token formats, see the token formats documentation.
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。