https://github.com/jsor/stack-jwt
JSON Web Token (JWT) middleware for Stack.
https://github.com/jsor/stack-jwt
Last synced: about 1 year ago
JSON representation
JSON Web Token (JWT) middleware for Stack.
- Host: GitHub
- URL: https://github.com/jsor/stack-jwt
- Owner: jsor
- License: mit
- Created: 2014-10-15T11:29:54.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2016-05-10T15:15:03.000Z (about 10 years ago)
- Last Synced: 2025-02-03T22:29:14.845Z (over 1 year ago)
- Language: PHP
- Homepage:
- Size: 21.5 KB
- Stars: 7
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Stack/JWT
=========
[](http://travis-ci.org/jsor/stack-jwt)
[](https://coveralls.io/r/jsor/stack-jwt)
[JSON Web Token](https://tools.ietf.org/html/draft-ietf-oauth-json-web-token) (JWT)
middleware for [Stack](http://stackphp.com) following the
[STACK-2 Authentication](http://stackphp.com/specs/STACK-2/) conventions.
Installation
------------
Install the latest version with [composer](http://getcomposer.org):
```bash
composer require jsor/stack-jwt
```
Check the [packagist page](https://packagist.org/packages/jsor/stack-jwt) for
all available versions.
License
-------
Copyright (c) 2014-2016 Jan Sorgalla. Released under the [MIT](https://github.com/jsor/stack-jwt/blob/master/LICENSE) license.