Christian Fuss
Christian Fuss
I am not sure, but it might be, that we are running into the same problem as the svelte plugin. This is a known issue with the tailwind plugin (or...
I tried your OIDCClient and found out, that it throws an error if I reduce the scope to "openid", because it tries to match the at_hash with a non-existing access_token,...
Another finding: When using OpenID with Facebook, the id_token comes back with an empty string as `nonce` property, even when `nonce` option was not used, causing the authorization_code_flow to throw...