kampfcaspar/jwt-webtoken

JWT PHP abstraction to web-token

Maintainers

Package info

github.com/KampfCaspar/jwt-webtoken

Homepage

pkg:composer/kampfcaspar/jwt-webtoken

Statistics

Installs: 2

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0


README

I often have the need to let a program just call an object to encode/decode a payload, without fussing about keys, algorithms etc.

The 'coder' object can be prepared and then given to a consumer that only has to call decode/encode.

This is an implementation of the mini interface for JWS, JWE and Nested JWT using the web-token library.