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

Replace JWTDecoder package with System.IdentityModel.Tokens.Jwt #83

Merged
merged 2 commits into from
Dec 30, 2023

Conversation

FantasyTeddy
Copy link
Contributor

The JWTDecoder package only supports .NET Standard 2.0 and seems to introduce some problems with .NET Framework projects (see supabase-community/supabase-csharp#116).

This PR performs the following changes:

  • Replaces the JWTDecoder package with System.IdentityModel.Tokens.Jwt
  • Updates the package to its latest version (an older version was already referenced in the test project)

@acupofjose acupofjose merged commit 9df823d into supabase-community:master Dec 30, 2023
1 check passed
@acupofjose
Copy link
Collaborator

Wonderful, clean code and a welcome improvement. Thanks so much @FantasyTeddy!

@FantasyTeddy FantasyTeddy deleted the change-jwt-decoder branch December 31, 2023 05:41
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

Successfully merging this pull request may close these issues.

2 participants