Skip to content

uchicago-library/flask_jwtlib

 
 

Repository files navigation

flask_jwtlib

v0.0.3

Build Status Coverage Status Documentation Status

A minimal library for working with jwts in Flask apps.

Primarily aimed at client operations - validation, authorization, and working with tokens.

Read The Docs

Note

Those tests don't do anything, and the coverage is awful!

  • Everyone, hypothetically

You're correct. However, the proof is in the pudding. I opted not to mock up a whole flask environment to test this library with because I created it in order to abstract common functionality out of ipseity. Ipseity has tests, and (at time of writing) 90%+ coverage, and calls (or has called) every line of code in this library.

If this changes in the future I'll write tests specifically for this library, until then I recommend having a look at the ipseity tests and metrics.

Author

Brian Balsamo brian@brianbalsamo.com

About

A minimal library for working with jwts in Flask apps.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 98.6%
  • Shell 1.4%