Skip to content
/ jwt Public
forked from F21/jwt

A JWT (JSON Web Tokens) library for PHP.

Notifications You must be signed in to change notification settings

omigeot/jwt

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 

Repository files navigation

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.

Resources

Stars

Watchers

Forks

Packages

No packages published