🚀 Features
- Add onEmailVerification callback - by @Bekacru (3a4bb)
- Disabled paths - by @Bekacru in #1918 (cf4bd)
- Refresh token endpoint - by @Kinfe123 in #1779 (06193)
- account: Add option to allow unlinking all accounts - by @Bekacru in #1818 (e157e)
- admin: Allow creating users without admin session on server api - by @Bekacru (f2520)
- oidc: Allow passing additional user claims - by @Bekacru in #1933 (093f9)
🐞 Bug Fixes
- Allow plus signs in relative callback URLs - by @javawizard in #1823 (a448c)
- Multiple issues with openapi types and references - by @Ehesp in #1811 (6e1a4)
- Typescript cannot be named without reference error - by @Bekacru in #1827 (16e71)
- Get session cookie helper should use better url retrieval and read config overrides - by @Bekacru in #1828 (0b821)
- Get session cookie should check for both secure and non secure cookies - by @Bekacru (67a95)
- Access of undefined in runtime that does have great support of instanceof - by @jamesone in #1838 (62f3e)
- Use instead of relying on instanceOf for incoming request type checks - by @Bekacru (6c88e)
- Double matcher on username plugin - by @Kinfe123 in #1915 (f2187)
- Trigger session refetch on verify email - by @Bekacru in #1932 (fb312)
- Support numeric user IDs - by @benkingcode in #1936 (6cd74)
- UnlinkAccount should support optional accountId - by @Bekacru in #1952 (6b47e)
- Respect disable signup on social providers - by @Bekacru in #1981 (d7419)
- Only delete verification token on password reset after succesful db query - by @moshetanzer in #1995 (ba2e5)
- Additional fields type inference breaking on default value - by @Bekacru (4afcb)
- admin:
- api-key:
- Delete keys on client should use POST method instead - by @ping-maxwell in #1858 (cd828)
- cli:
- expo:
- generic-oauth:
- Added basic auth param in oAuth2Callback - by @beermonsterdota in #1810 (765dd)
- oauth:
- Support passing prompt, access_type, type_hint and additional params when constructing authorization URL - by @waleedlatif1 in #1888 (3d36a)
- organization:
- rate-limiter:
- stripe:
- username:
- web: