Refactor (API Change)
- passkey: Add a
credentialIDfield to replace generated IDs and prevent storing invalid IDs when the ID is database-generated and removeswebAuthnUserIdsince it's duplicate property with userId. If you were using passkeys, migrate to this change by renaming the existingidfield tocredentialIDfor existing users. After that, the currentwebauthnUserIDfield can be renamed toid(primary key). - by @masterjanic and @Bekacru in #865 (f3acd)
🐞 Bug Fixes
- Remove oslo reference - by @Bekacru in #973 (16bb1)
- Generic OAuth overriding social providers - by @Bekacru in #974 (e9535)