Skip to main content

A package for generating and authenticating OTPs using MongoDB.

Project description

AuthoRex

AuthoRex is a Python package for generating and authenticating OTPs (One-Time Passwords) using MongoDB for storage. This package is useful for applications that require secure OTP-based authentication.

Features

  • Generate OTPs for given phone numbers.
  • Authenticate OTPs for given phone numbers.
  • Uses MongoDB for storing OTPs securely.

Installation

You can install AuthoRex using pip:

pip install AuthoRex

Usage

Importing the package

You can import the entire package or specific functions:

import AuthoRex

# Or import specific functions
from AuthoRex import genOTP, authOTP

Generating an OTP

Generate an OTP for a given phone number:

# Using the package import
print(AuthoRex.genOTP("1234567890"))

# Using the function import
print(genOTP("1234567890"))

Authenticating an OTP

Authenticate an OTP for a given phone number:

# Using the package import
print(AuthoRex.authOTP("1234567890", 123456))  # Replace 123456 with the actual OTP generated

# Using the function import
print(authOTP("1234567890", 123456))  # Replace 123456 with the actual OTP generated

Example

Here's a complete example of how to use AuthoRex:

import AuthoRex

# Generate OTP for a phone number
response = AuthoRex.genOTP("1234567890")
print(response)

# Authenticate OTP for the same phone number
is_authenticated = AuthoRex.authOTP("1234567890", 123456)  # Replace 123456 with the actual OTP generated
print("Authenticated" if is_authenticated else "Authentication Failed")

MongoDB Configuration

AuthoRex uses MongoDB to store OTPs. Make sure you have a MongoDB instance running and update the MongoDB URI in the code as per your setup.

License

This project is licensed under the Creative Commons Attribution-ShareAlike 4.0 International License. See the LICENSE file for more details.

Author

AuthoRex is developed and maintained by TraxDinosaur. For any queries or support, you can reach out to TraxDinosaur.

Contributing

Contributions are welcome! Please fork the repository and submit a pull request for any improvements or bug fixes.

Acknowledgements

  • The package uses pymongo for MongoDB interactions.

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

authorex-1.0.1.tar.gz (4.0 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

AuthoRex-1.0.1-py3-none-any.whl (4.2 kB view details)

Uploaded Python 3

File details

Details for the file authorex-1.0.1.tar.gz.

File metadata

  • Download URL: authorex-1.0.1.tar.gz
  • Upload date:
  • Size: 4.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.0.0 CPython/3.12.3

File hashes

Hashes for authorex-1.0.1.tar.gz
Algorithm Hash digest
SHA256 ad341af38c01702cabd32a56e92c7fa407c7dd27482f2dca2ce19929a8940e08
MD5 c7953fd85a83da4d02c6dcafff83c914
BLAKE2b-256 75adab85262181726b9c6adfc1d91eb4373656518591a0395474bb41531b897d

See more details on using hashes here.

File details

Details for the file AuthoRex-1.0.1-py3-none-any.whl.

File metadata

  • Download URL: AuthoRex-1.0.1-py3-none-any.whl
  • Upload date:
  • Size: 4.2 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.0.0 CPython/3.12.3

File hashes

Hashes for AuthoRex-1.0.1-py3-none-any.whl
Algorithm Hash digest
SHA256 a4dbb272cadda97edb7ad1a67b21707ab5ba446f8d32261086fd0f3d08127abc
MD5 c7197a49f953893b82784a2d6e71ebb8
BLAKE2b-256 fe8b43a09bade93b89d5de751e1daf7ca83076fc5483b456f911d7ccadc354b2

See more details on using hashes here.

Supported by

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