IdentityModel / oidc-client-js

OpenID Connect (OIDC) and OAuth2 protocol support for browser-based JavaScript applications
Apache License 2.0
2.43k stars 842 forks source link

Why hybrid not supported in new version #1302

Closed hosseinmd closed 3 years ago

hosseinmd commented 3 years ago

I am in 1.5 version, but I can't update to new version. New version is not work with hybrid. Is this Intentionally? Or this is a bug?

brockallen commented 3 years ago

We never supported hybrid, and since it supports code flow with PKCE, that's sufficient.