Metadata-Version: 2.1
Name: pyusermanager-api
Version: 0.0.4
Summary: Some Functions to manage a User Database and do stuff with it!
Home-page: https://github.com/Aurvandill/pyusermanager_api
Author: Ole Hannemann
Author-email: cerberus885@gmail.com
License: MIT
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3.0
Classifier: Programming Language :: Python :: 3.9
Classifier: Development Status :: 5 - Production/Stable
Classifier: License :: OSI Approved :: MIT License
Description-Content-Type: text/markdown
Requires-Dist: pyusermanager
Requires-Dist: sanic
Requires-Dist: setuptools (>=45.0)
Requires-Dist: sws-webstuff

This Project implements api routes for the pyusermanager

# Changelog

## v0.0.3

* implements changes from pyusermanager v2.0.7
* now defines app.ctx.AuthProvider so other modules can use it
* instead of using api_misc.is_logged_in or api_misc.is_in_group now uses app.ctx.AuthProvider

## v0.0.2

* implements changes from pyusermanager v2.0.6

