Flask-HTTPAuth
Authenticator
Provides authentication mechanisms for Flask web applications
Simple extension that provides Basic, Digest and Token HTTP authentication for Flask routes
1k stars
23 watching
228 forks
Language: Python
last commit: 4 months ago
Linked from 2 awesome lists
authenticationflaskflask-httpauthpythonsecuritytokens
Related projects:
Repository | Description | Stars |
---|---|---|
authomatic/authomatic | A framework agnostic library for Python web applications to simplify authentication with third-party providers using OAuth and OpenID. | 1,039 |
anurag90x/flask-pundit | An extension for managing resource authorization and scoping in Flask web applications. | 52 |
flask-extensions/flask-simplelogin | Provides a simple authentication mechanism for Flask applications | 199 |
rscarrera27/flask-graphql-auth | Provides JWT authentication for Flask-GraphQL APIs using decorators. | 63 |
singingwolfboy/flask-dance | A Flask extension for handling OAuth authentication flows | 1,007 |
hypebeast/micro-auth | A service that simplifies authentication with Google or GitHub OAuth2 services | 470 |
sajmoon/mellon | An authentication module for Plug applications | 16 |
cakephp/authentication | Provides authentication functionality to secure user access in PHP applications. | 117 |
go-webauthn/webauthn | A library that provides Web Authentication capabilities for Go applications. | 798 |
imerica/dj-rest-auth | Provides authentication endpoints for Django Rest Framework applications. | 1,678 |
pascaldekloe/jwt | A Go library providing a secure token-based authentication mechanism with key management and verification capabilities. | 356 |
dommmel/cloudflare-workers-basic-auth | Protects static HTML pages by authenticating incoming requests with a username and password | 110 |
sean-mcrae/oauthv1---signing-burp-extension- | An extension for Burp Suite that adds support for OAuth v1 authentication methods | 2 |
zbarnes757/jeaux | A validation framework for HTTP request parameters and queries | 13 |
maxcountryman/flask-bcrypt | Provides a secure way to store and verify passwords in a slow and computationally expensive hashing algorithm | 326 |