WebFeng / jwt

A JWT (JSON Web Tokens) library for PHP.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

JWT

A PHP library for encoding and decoding JSON Web Tokens.

Supported Algorithms

HMAC

  • HS256 - HMAC using SHA-256 hash algorithm (default)
  • HS384 - HMAC using SHA-384 hash algorithm
  • HS512 - HMAC using SHA-512 hash algorithm

RSA (Public Key/Private Key pair)

  • RS256 - RSA using SHA-256 hash algorithm
  • RS384 - RSA using SHA-384 hash algorithm
  • RS512 - RSA using SHA-512 hash algorithm

About

A JWT (JSON Web Tokens) library for PHP.


Languages

Language:PHP 100.0%