Auth v2
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.