IndominusByte / fastapi-jwt-auth

FastAPI extension that provides JWT Auth support (secure, easy to use, and lightweight)
http://indominusbyte.github.io/fastapi-jwt-auth/
MIT License
627 stars 143 forks source link

Add py.typed for static type checkers #69

Closed sanders41 closed 1 year ago

sanders41 commented 2 years ago

Currently static type checkers such as MyPy complain that this package does not have types. Adding a py.typed file lets the type checkers and editors know that types are present.