Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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.