A wrapper around pyjwt
Project description
Introduction
py_auth_micro is a small identity provider library which can use an LDAP/AD as upstream Identity Provider and can also store Users Localy.
The Authentication and Authorization is done via ID-Tokens and Access-Tokens. The ID-Tokens are given out after a User successfully logged in. With this ID-Token a User can request an Access-Token which he can send to other (Micro-)Services to gain access According to his Permissions.
The Tokens are JWT Tokens which can either be signed with an symetric HMAC-Secret or with an RSA-Key.
Documentation
You can find the documentation here
Alternatively you can build it yourself by running make doc
TODO
There is still alot todo for the 1.0.0
Release. The following list contains the most important stuff
☐ Reset-Password functionality
- ☐ Unit Tests
- ☐ WorkFlows
☑
GroupWorkflow
☐
SessionWorkflow
☐
UserWorkflow
- ☐ Models
☐
Group
☐
Token
☐
User
- ☐ LoginHandler
☐
LoginLDAP
☐
LoginLocal
- ☐ Core
☐
LDAPHelper
☐
_ConnectionHandler
- ☐ Documentation
☑ Api Reference
☑ Installation
☐ Example Code
Contributing
Missing a Feature or found a bug? Create an Issue or make a Pull-Request ;)
If you have any Question regarding this library feel free to create an issue.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Hashes for py_auth_micro-0.2.2-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3cb6bf5c0b6d89ce3ef3e1ba798a73663fea60926d120bbda8f1a4156853c0f8 |
|
MD5 | 7e457a106178347a10d578981a053c13 |
|
BLAKE2b-256 | d88744393a2718c481197b7d83cd33baf778821a27e93688f231daba46ff7380 |