check auth use mongodb
Project description
master-auth
check auth use mongodb
how to use
save password to mongodb
from master_auth import core
core.save_password(mongodb_username, mongodb_password, mongodb_host, mongodb_port, database_name,collection_name,username, password)
check password from mongodb
from master_auth import core
core.check_password(mongodb_username, mongodb_password, mongodb_host, mongodb_port, database_name,collection_name,username, password)
update password to mongodb
from master_auth import core
core.update_password(mongodb_username, mongodb_password, mongodb_host, mongodb_port, database_name,collection_name,username, password_old, password_new)
v0.0.1
- save password to mongodb , password is hashed
- check password from mongodb , password is hashed
- update password to mongodb , password is hashed
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
master_auth-0.0.1.tar.gz
(4.5 kB
view details)
Built Distribution
File details
Details for the file master_auth-0.0.1.tar.gz
.
File metadata
- Download URL: master_auth-0.0.1.tar.gz
- Upload date:
- Size: 4.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.12
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d665fa8fc342bb72f0f2b866d207e8b4b43580c43ddde4e46ba851289f34c841 |
|
MD5 | 27087b69f3bf4a13275344a2342ddc6b |
|
BLAKE2b-256 | 54e4d0bd46bdafdeb5226044db08b82b3cdbd7052c38371b9cd134fa5b941a1c |
File details
Details for the file master_auth-0.0.1-py3-none-any.whl
.
File metadata
- Download URL: master_auth-0.0.1-py3-none-any.whl
- Upload date:
- Size: 3.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.12
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e6979154656e8dfc5bf59d2eff01b604372214b7f23fc63fcd17cf0441bfb70d |
|
MD5 | e4df13ffb01d879b4b84d40e1aa6d0bc |
|
BLAKE2b-256 | 130862ce8a57300c16fb88550d46ac034726f2df151f19eee456c66ebcc0d5b3 |