Skip to content
This repository has been archived by the owner on Jul 10, 2023. It is now read-only.

Reproduction of a jose-jwt deserialization issue

Notifications You must be signed in to change notification settings

jonsagara/JoseJwtReproduction

Repository files navigation

Original Issue

Here is the issue in the jose-jwt repo:

dvsekhvalnov/jose-jwt#229

Workaround

The library author suggested a few workarounds. Option #3 worked best for me:

  • Decode to string
  • Deserialize the string to the destination model

I updated this reproduction to demonstrate the workaround.

About

Reproduction of a jose-jwt deserialization issue

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages