You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
the eleven incremental migrations are replaced by seven consolidated ones (one create per oidc_* table plus a single oauth_clients alter migration). Existing installs must delete previously published oidc_* package migrations and re-publish; the resulting schema is identical.
Features
add Apple social provider with ES256 client secret and form_post (7d1ae4a)
add authorizeAndApprove flow helper with PKCE and result DTO (fd65f72)
add generic OIDC social provider with discovery and id_token verification (c022165)