🚀 Features
- OAuth map profile to user - by @Bekacru in #731 (bc08e)
- Improve user delete handling - by @Bekacru (5a824)
- discord: Add consent as an option - by @Bekacru in #742 (a70fb)
🐞 Bug Fixes
- Update user should infer additional fields properly - by @Bekacru in #716 (89708)
- Prisma schema generator should add @db.text for mysql and generate many fields - by @Bekacru in #718 (ee705)
- "email not found" Error in Twitter OAuth - by @AkeboshiHimari in #666 (0507d)
- Parse metadata on update organization - by @Bekacru (894f6)
- Should allow date as additional field type and should handle parsing - by @Bekacru in #725 (bf9a2)
- Save refreshToken in generic-oauth plugin - by @ramenha0141 in #693 (451bc)
- Stop redirecting during id token auth - by @Bekacru (7f300)
- Add option to disbale refersh on getSession - by @Bekacru (48aad)
- Remove the existing session check when setting a session cookie to prevent unexpected token refresh. - by @Bekacru (070fc)
- Update backup code to use updateMany since userId isn't enforced to be unique, which would cause failures with Prisma. - by @Bekacru in #738 (49bf6)
- Allow trusted providers to accept generic string for generic oauth - by @Bekacru in #746 (44e89)
- drizzle: It should use text for id fields other than mysql - by @Bekacru in #719 (0aaa5)
- organization: On update, organization metadata shouldn't be stringified unless it's already an object. - by @Bekacru (4a885)