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.

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.