![ReadTheDocs](https://img.shields.io/badge/READTHEDOCS-Available-555555?style=for-the-badge&color=brightgreen&logo=Read%20the%20docs&logoColor=%23959da5)
Customs - Authentication made easy
Passport.js inspired library for setting up server authentication in Python. Customs creates a protective layer around Flask APIs with minimal configuration and allows users to configure and use multiple authentication strategies with ease.
Concept
Customs consists of a single customs object that can use strategies to protect API endpoints, or create a safe_zone around a set of endpoints.
Batteries included
Customs comes out of the box with the following strategies:
- Local
- Basic
- JWT
- Google
- Github
- Facebook
The list is growing, but if you still cannot find what you're looking for it is very easy to create a specific strategy for your purpose.