dex-app release v3.0.0
Changed
- Breaking: Default
oidc.responseTypesto["code"]only, disabling the insecure OAuth2 implicit flow by default. Any client relying on the implicit or hybrid flow without settingoidc.responseTypesexplicitly will stop working. Setoidc.responseTypesexplicitly to["code", "token", "id_token"]to keep them. - CI: bump
architectorb from9.4.1to10.1.2.