Skip to content

Auth v2 alpha

Pre-release
Pre-release
Compare
Choose a tag to compare
@agis agis released this 20 Oct 10:13
· 238 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.

This release contains no breaking changes.