Skip to main content

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


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 hashes)

Uploaded Source

Built Distribution

master_auth-0.0.1-py3-none-any.whl (3.8 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page