Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jsor/stack-jwt
JSON Web Token (JWT) middleware for Stack.
https://github.com/jsor/stack-jwt
Last synced: 2 months 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 (about 10 years ago)
- Default Branch: master
- Last Pushed: 2016-05-10T15:15:03.000Z (over 8 years ago)
- Last Synced: 2024-05-03T12:40:58.461Z (8 months 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
=========[![Build Status](https://secure.travis-ci.org/jsor/stack-jwt.svg?branch=master)](http://travis-ci.org/jsor/stack-jwt)
[![Coverage Status](https://img.shields.io/coveralls/jsor/stack-jwt.svg?style=flat)](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.