v26.3.8
v26.3.8
OIDC-scoped after hooks now run for native id_token logins
Login and registration hooks scoped to the oidc method now also run when a native app completes the flow by submitting an
id_token directly (for example Sign in with Apple on iOS). Previously these flows only triggered the unscoped hooks. If you use
method-scoped hooks, expect them to fire for these logins from now on. The flow's active method is now also set to oidc in
hook payloads and events for these flows.