🚀 Features
- Make update account on signin optional - by @Bekacru in #2350 (89cee)
- Add getAccessToken api for oauth accounts - by @BlankParticle in #2557 (6caf2)
getActionsfrom client plugins to includeclientOptionsin get user client config - by @ping-maxwell in #2333 (fb130)- Add one time token generator - by @Bekacru (72e66)
- adapter:
- Allow providing
idin create method - by @ping-maxwell in #2518 (79ff4)
- Allow providing
- anonymous:
- Custom anonymous names - by @ping-maxwell in #2361 (f9201)
- api-key:
- Disable hashing API Keys - by @ping-maxwell in #2373 (cb1cb)
- custom-session:
- generic-oauth:
- stripe:
🐞 Bug Fixes
- Username empty field on update guard - by @Kinfe123 (07efd)
- Docs on oauth refresh token fn - by @Kinfe123 (913fe)
- MapProfileToUser getting called twice during idToken login - by @Bekacru (c399c)
- Awaitable calls - by @Kinfe123 (858af)
- Enforce override user info on oauth signin - by @Bekacru in #2294 (de50d)
- Join waitlist banner styling - by @Kinfe123 (4ac93)
- Fields for custom schema should be optional - by @Bekacru (b2852)
- UpdateAt field on banning/unbanning users - by @Kinfe123 (c8b43)
- Improve signin builder and tabs functionality - by @Kinfe123 (32071)
- Add a default value for generated fields - by @Kinfe123 (af402)
- Resolve type error caused by incorrect plugin import - by @Kinfe123 (b589e)
- Resolve custom ts config path - by @Kinfe123 (e75c6)
- Core schema model name definition on api-key - by @Kinfe123 (f876b)
- Username error code export - by @Kinfe123 (77bd2)
- Resolve logo assets redirection and toaster styling issues - by @Kinfe123 (32674)
- Remove unnecessary password hashing - by @Kinfe123 (2baf5)
- Revoke session on password reset - by @Kinfe123 (3ddaa)
- Added password hashing to prevent timing attacks - by @Kinfe123 (af295)
- Add default refreshAccessToken for microsoft provider - by @BlankParticle in #2583 (97ea9)
- Pass context into createVerificationValue - by @Livog in #2363 (81bdb)
- Origin check failing when there is symbol in a query param - by @Bekacru in #2331 (ebc2b)
- Remove userInfoUrl check to allow using custom function without url - by @BlankParticle in #2607 (a017c)
getAccessTokenshould be available on the client - by @BlankParticle in #2662 (7eb1b)- admin:
- api-key:
- Pass real rateLimitvalue from ctx.body - by @Siumauricio in #2432 (b5537)
- create-adapter:
- Get default model in
getModelname- by @ping-maxwell in #2647 (c717d)
- Get default model in
- drizzle-adapter:
- Missing operators - by @ping-maxwell in #2408 (05770)
- generic-oauth:
- open-api:
- organization:
- Incorrect delete team error message - by @ping-maxwell in #2563 (947c4)
- passkey:
- Add userDisplayName to the simplewebauthn generateRegistrationOptions call - by @EugeneDraitsev in #2344 (7a84a)
- stripe:
- two-factor: