hapi-auth-jsonwebtoken icon indicating copy to clipboard operation
hapi-auth-jsonwebtoken copied to clipboard

JSON web token (jwt) auth plugin for Hapi

Results 4 hapi-auth-jsonwebtoken issues
Sort by recently updated
recently updated
newest added

I cannot get hapi-auth-webtoken to verify my tokens, it rejects the header format ``` { "statusCode": 400, "error": "Bad Request", "message": "Bad HTTP authentication header format" } ``` My client...

I modified it to support hapijs 8.0. Only some errors in test run are left which I couldn't resolve. maybe someone can fix them.. this will resolve #4

hapijs 8.0 has introduced a few api changes.

Please update the peerdependencies for hapi 7: Peer [email protected] wants hapi@>=6.x.x when using hapi 7.0.0 Thanks