unison icon indicating copy to clipboard operation
unison copied to clipboard

Update uses of deprecated JWT encoders

Open ChrisPenner opened this issue 1 year ago • 0 comments

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 https://github.com/frasertweedale/hs-jose/issues/116

ChrisPenner avatar Jun 27 '24 19:06 ChrisPenner