jsor / stack-jwt
JSON Web Token (JWT) Stack middleware.
Installs: 4 727
Dependents: 1
Suggesters: 0
Security: 0
Stars: 7
Watchers: 3
Forks: 1
Open Issues: 0
Requires
- php: >=5.4.0
- dflydev/stack-authentication: ~1.0@dev
- dflydev/stack-firewall: ~1.0@dev
- namshi/jose: ~6.0
- symfony/http-foundation: ~2.1|~3.0
- symfony/http-kernel: ~2.1|~3.0
Requires (Dev)
- silex/silex: ~1.0@dev
- stack/inline: ~1.0@dev
- symfony/browser-kit: ~2.1|~3.0
README
JSON Web Token (JWT) middleware for Stack following the STACK-2 Authentication conventions.
Installation
Install the latest version with composer:
composer require jsor/stack-jwt
Check the packagist page for all available versions.
License
Copyright (c) 2014-2016 Jan Sorgalla. Released under the MIT license.