authit
authit is the simple and light weight Identity platform
Installation
Install directly from PIP registry
pip install authit
Usage
Import package and initialize
import authit
auth = authit.connect()
To create user
auth.createUser(
userName="user",
password="password"
)
To authenticate user
validUser = auth.authenticate(
userName="user",
password="password"
)
Release files for authit 0.0.7
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| authit-0.0.7.tar.gz | 1.3 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| authit-0.0.7-py3-none-any.whl | Python 3 | none | any | Details |
Total release size:2.8 kB
Release files / authit-0.0.7.tar.gz
| Download URL | authit-0.0.7.tar.gz |
|---|---|
| Size | 1.3 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
2702efd24f42f25ffa523d6e2651962b5517450ddc60e83d747e0bfb46927d15
|
|
BLAKE2b-256 checksum How to use checksums |
7c9aa21d28c3c2f08cd29ef904efc5dcf0f90723f46aec1bb1047190d4c9b01d
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.1 CPython/3.11.4
|
Release files / authit-0.0.7-py3-none-any.whl
| Download URL | authit-0.0.7-py3-none-any.whl |
|---|---|
| Size | 1.5 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
44b90df337efb623cf1c82b973ad9b55add14422444ea1deb7788604649a6286
|
|
BLAKE2b-256 checksum How to use checksums |
78ba21f54c2c222e61b74ef02c4cc9cad30a2d3b1b52e939dc395686988f6be4
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.1 CPython/3.11.4
|