Skip to content

Auth v2

Compare
Choose a tag to compare
@agis agis released this 21 Oct 09:36
· 237 commits to main since this release

This release brings support for the new authentication scheme, named
Auth v2. For this purpose, two new middlewares are introduced:

  • WithSessionV2()
  • RequireSessionV2()

Clerk applications that use Auth v2 should use these middlewares. For
more info on Auth v2 refer to https://docs.clerk.dev/main-concepts/auth-v2.

This release contains no breaking changes.