Skip to content
This repository was archived by the owner on Sep 28, 2022. It is now read-only.

v4.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 19 Nov 15:21
· 448 commits to master since this release

4.0.0 (2021-11-19)

Bug Fixes

  • 🐛 Fix ACR for implicit and authorization_code flows (39bc00a)

BREAKING CHANGES

  • 🧨 Database needs to be updated: ALTER TABLE saved_user_auth DROP source_class; ALTER TABLE saved_user_auth ADD COLUMN acr VARCHAR(1024);