Keats / jsonwebtoken

JWT lib in rust
MIT License
1.61k stars 253 forks source link

Complete documentation with required claims #382

Closed VGLoic closed 3 months ago

VGLoic commented 3 months ago

Summary

Documentation is added in order to clarify the required claims for a token to be considered for validation. The README and the Validation struct have been modified.

The examples/validation.rs has been completed with an explicit call to set_required_spec_claims.

Resolves #376