flask-jwt-auth icon indicating copy to clipboard operation
flask-jwt-auth copied to clipboard

just testing some jwts

Results 13 flask-jwt-auth issues
Sort by recently updated
recently updated
newest added

This creates a `login_required()` decorator which adds `g.user` and `g.auth_token` to flask's request globals. For your project, it simply refactors two functions' shared code into one; no biggie. But for...

I've been poking around on auth error codes (401 vs 403) and I _think_ that 403 is used specifically for "you don't have sufficient privileges". Ie, "you're requesting an admin...