Python library for guarding APIs.
Project description
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
- Github
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.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
customs-0.4.0.tar.gz
(13.0 kB
view hashes)
Built Distribution
customs-0.4.0-py3-none-any.whl
(17.8 kB
view hashes)