vertexcover-io / falcon-auth

A falcon middleware + authentication backends that adds authentication layer to you app/api service.
MIT License
103 stars 31 forks source link

JWT only support for version 1.7.1 #42

Open isaraovin opened 3 years ago

isaraovin commented 3 years ago

Just noticed that it doesn't support for PyJwt > 1.7.1 when using auth

If anyonw face the same issue just downgrade ur PyJwt by pip install PyJWT==1.7.1

panjacek commented 3 years ago

This fork allows falcon to work with latest pyJWT: https://github.com/takidog/falcon-auth

The main repo seems unmaintained.