🚀 Features
- generic-oauth: Added field discoveryHeaders to GenericOAuthConfig - by @RyanWSweeney in #2205 (c6d59)
- oauth2: Override user info on provider sign-in - by @Bekacru in #2148 (f9b96)
- organization: Support multiple permissions check - by @rxri in #2227 (cb900)
- two-factor: Refactor two-factor authentication with better error handling, configurable otp limits and verification - by @Bekacru in #2234 (de91c)
🐞 Bug Fixes
- Delete from session table when stopImpersonate called - by @Kinfe123 in #2230 (3f4af)
- Filter out fields with
returned: false
from session cookie cache - by @Kinfe123 in #2232 (78f18) - Rethrow error from db hooks if it is APIError instances - by @Bekacru (45f43)
- admin: 'dontRememberMe' cookie handling during impersonation - by @Bekacru in #2236 (2249f)