ajkavanagh / pyramid_jwtauth

JSON Web Token (JWT) Auth plugin for Pyramid
12 stars 9 forks source link

Incorrect scheme used in Auhorization header #5

Closed wichert closed 9 years ago

wichert commented 9 years ago

The standard (or at least very common) scheme for JWT tokens in the Authorization header is Bearer. Unfortunately this package uses JWT, which makes it incompatible with standard clients. Can you make the scheme to use configurable?

ajkavanagh commented 9 years ago

Sorry for the delay on getting this merged. I've been away plus had a horrible deadline at work.