Skip to content
This repository has been archived by the owner on Jan 21, 2022. It is now read-only.

Auth v2

Latest
Compare
Choose a tag to compare
@agis agis released this 21 Oct 10:24
· 47 commits to main since this release

This release introduces the new networkless middleware which works with the new
authentication scheme, Auth v2.

It is backwards-incompatible with applications using Auth v1.

  • [BREAKING]: In order to use this version, you must set the authVersion prop
    accordingly in your frontend: Clerk.load({authVersion: 2})

For more information on Auth v2, please refer to
https://docs.clerk.dev/main-concepts/auth-v2.