beacon_api.utils.validate_jwtΒΆ

JSON Token authentication.

Functions

token_auth() Check if token is valid and authenticate.
token_scheme_check(token, scheme, obj, host) Check if token has proper scheme and was provided.
verify_aud_claim() Verify audience claim.