Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Decodering payload returns AlgorithmNotExists but payload is decoded #34

Open
slimshader opened this issue Nov 12, 2024 · 0 comments
Open

Comments

@slimshader
Copy link

Hi,

I am trying to decode access token line this:

var decoder = new JwtDecoder();
var result = decoder.TryDecode(tokens.access_token, out AccessTokenPayload payload);

but result is AlgorithmNotExists even tho payload is correctly decoded, this makes impossible to continue with if (result == Success). Is that a bug on my part or library?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant