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

v1.0 2018-04-14 08:21 UTC

This package is not auto-updated.

Last update: 2019-12-20 15:30:31 UTC


README

Build Status Latest Stable Version Total Downloads License

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.