Documentation
Everything you need to integrate OneTimeLogin into your applications
⌘K
New to OneTimeLogin? Start with our Quick Start Guide
Get Started in 5 Minutes
Quick Start Guide
Get OneTimeLogin integrated in just 5 minutes with these simple steps.
1
Create an Account
Sign up for a website owner account and get your API keys
2
Install the SDK
npm install @onetimelogin/sdk or pip install onetimelogin
3
Add the Login Button
Drop in our pre-built component or customize your own
// Install the SDKnpm install @onetimelogin/sdk// Initializeimport { OneTimeLogin } from '@onetimelogin/sdk'const otl = new OneTimeLogin({clientId: 'YOUR_CLIENT_ID'});