francis94c/ci-jwt

View on GitHub
splint.json

Summary

Maintainability
Test Coverage
{
  "name": "francis94c/ci-jwt",
  "type": "library",
  "description": "JSON Web Tokens are an open, industry standard RFC 7519 method for representing claims securely between two parties. JWT.IO allows you to decode, verify and generate JWT. This library does not support JWE, JOSE, or Asymetric Key Signing, but basic anti-tamper checks which the RFC 7519 standards define. For good security or encryption, consider using PASETO.",
  "tags": ["jwt", "tokens", "verify", "authentication"],
  "page": "https://github.com/francis94c/ci-jwt",
  "authors": [
    {
      "name": "Francis Ilechukwu",
      "email": "francis94c@gmail.com",
      "page": "about.me/francisilechukwu",
      "role": "Developer"
    }
  ],
  "php": ">=7.3",
  "autoload": {
    "libraries" : [
      ["JWT", "@jwt", "jwt"]
    ]
  }
}