JSONWebToken
JSONWebToken copied to clipboard
A pharo implementation of JSON web token (JWT)
Results
1
JSONWebToken issues
Sort by
recently updated
recently updated
newest added
When accessing the claims of a JWT—especially the "registered claims" that have accessors defined on JWTClaimSet—I personally expect the JavaScript/JSON convention of "accessing an undefined field is not an error,...