This repository has been archived by the owner on Jan 21, 2022. It is now read-only.
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.