Skip to content

cjs0h/jwt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

jwt

One php Class for JWT All you need to start using it just download the class file include it in your project the usage is as simple as that ! #Example

$token = array();
$token['id'] = $id;
echo JWT::encode($token, 'secret_server_key');

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages