https://github.com/alttch/webauth
flask auth/oauth wrapper
https://github.com/alttch/webauth
authlib flask framework lightweight oauth python python3 web
Last synced: 11 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 6 years ago)
- Default Branch: master
- Last Pushed: 2024-06-10T16:00:47.000Z (almost 2 years ago)
- Last Synced: 2025-04-24T10:24:29.892Z (11 months ago)
- Topics: authlib, flask, framework, lightweight, oauth, python, python3, web
- Language: Python
- Size: 103 KB
- Stars: 2
- Watchers: 1
- 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
```