gc / jwt-middleware
This middleware supports server-to-server interactions and *not* when you authorize on behalf of end user so that consent is not required
This package's canonical repository appears to be gone and the package has been frozen as a result. Email us for help if needed.
Installs: 155
Dependents: 1
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 0
Open Issues: 0
pkg:composer/gc/jwt-middleware
Requires
- firebase/php-jwt: ^3.0
- pimple/pimple: ^3.0
- silex/silex: ~2.0@dev
This package is not auto-updated.
Last update: 2019-12-20 15:30:31 UTC
README
This middleware supports server-to-server interactions and not when you authorize on behalf of end user so that consent is not required. JWT (JsonWebToken) is a part of OAuth2 specification http://oauth.net/documentation/ and designed to simplify server-to-server flow.