View Source JWT.Claim.Jti (yajwt v1.4.0)
JWT ID
Link to this section Summary
Functions
Predicate to reject a jti claim that does not match the expected JTI
Link to this section Functions
Predicate to reject a jti claim that does not match the expected JTI
example
Example
iex> Jti.reject?("jwt_id", %{iss: "other jwt_id"})
true
Returns true
or false