You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If the token has an invalid syntax or the header or payload are not JSONs, a `JWTDecodeException` will raise.
61
-
62
-
63
49
### Create and Sign a Token
64
50
65
51
You'll first need to create a `JWTCreator` instance by calling `JWT.create()`. Use the builder to define the custom Claims your token needs to have. Finally to get the String token call `sign()` and pass the Algorithm instance.
0 commit comments