Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```