paolo-rossi / delphi-jose-jwt

Delphi implementation of JOSE (JSON Object Signing and Encryption) and JWT (JSON Web Token)
Apache License 2.0
448 stars 176 forks source link

Scope property #36

Closed cchiele closed 3 years ago

cchiele commented 4 years ago

New 'Scope' property added

paolo-rossi commented 3 years ago

Hi @cchiele

thank you for your suggestion but given that "scope" is not a standard JWT claim (perhaps it's a OpenID claim) it's best that you inherith from the TJWTClaimClass and add your custum claims. Please have a look at the Custom Claims example.

Ciao, Paolo.