Skip to main content

An identity platform

Project description

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

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

authit-0.0.7.tar.gz (1.3 kB view hashes)

Uploaded Source

Built Distribution

authit-0.0.7-py3-none-any.whl (1.5 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