pyramid_jwt
This package implements an authentication policy for Pyramid that using [JSON Web Tokens]. This standard ([RFC 7519]) is often used to secure backens APIs. The excellent [PyJWT] library is used for the JWT encoding / decoding logic.
This package implements an authentication policy for Pyramid that using [JSON Web Tokens]. This standard ([RFC 7519]) is often used to secure backens APIs. The excellent [PyJWT] library is used for the JWT encoding / decoding logic.