Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alttch/webauth
flask auth/oauth wrapper
https://github.com/alttch/webauth
authlib flask framework lightweight oauth python python3 web
Last synced: about 2 months ago
JSON representation
flask auth/oauth wrapper
- Host: GitHub
- URL: https://github.com/alttch/webauth
- Owner: alttch
- License: mit
- Created: 2020-04-01T22:07:37.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2024-06-10T16:00:47.000Z (7 months ago)
- Last Synced: 2024-11-07T10:55:16.787Z (about 2 months ago)
- Topics: authlib, flask, framework, lightweight, oauth, python, python3, web
- Language: Python
- Size: 103 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# WebAuth
Lightweight Python web framework
## Why
WebAuth is a lightweight framework based on Flask and AuthLib. Our goal is only
to have functions for:* Basic user management
* User authentication## Documentation
https://webauth.readthedocs.io/
## Installation
```
pip3 install webauth
```