There are no reviews yet. Be the first to send feedback to the community and the maintainers!
Repository Details
JSON Web Tokens (JWT) is a compact URL-safe means of representing claims to be transferred between two parties. The claims in a JWT are encoded as a JSON object that is digitally signed using JSON Web Signature (JWS). Enhances authentication and authorization of users.