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

Update uses of deprecated JWT encoders #5153

Open
ChrisPenner opened this issue Jun 27, 2024 · 0 comments
Open

Update uses of deprecated JWT encoders #5153

ChrisPenner opened this issue Jun 27, 2024 · 0 comments

Comments

@ChrisPenner
Copy link
Contributor

Remove the Wno-deprecations pragma from here and fix any errors.

Manipulating JWT claims with addClaim etc. directly is deprecated, the new way appears to be to define custom types with JSON instances and use those to encode/decode the JWT; see frasertweedale/hs-jose#116

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

No branches or pull requests

1 participant