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

Supported by

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