Description Usage Arguments Value
This function checks that all claims passed in the claims
argument of
the is_authed_jwt
function are correct.
1 | check_all_claims(payload, claims)
|
payload |
JWT payload extracted with jose::jwt_decode_hmac. |
claims |
named list of claims to check in the JWT. Claims can be nested. |
TRUE if the all claims are present in the JWT, FALSE if not.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.