Authentication
Fast, lightweight and secure authentication for new and returning users.
Access Control
Define and enforce on-premise access control for employees, guests, and contractors.
Identity Claims
Collect verified user attributes without building OTP flows, magic links, password resets, or SMS verification.
KYC & ID Verification
Offload the complexity of KYC & ID verification to Pelican, stay compliant with necessary regulations.
Events
Manage event registrations and attendees, without complex forms or workflows.
Digital World
App & Website Login
E-commerce Checkout
Fintech Onboarding
Marketplaces
Education Platforms
Healthcare Portals
Physical World
Gated Access
Event Pass & Check-In
Venue & Community Access
Access Control Systems
Age-Restricted Access
High-Trust & Regulated
Financial Services
Government & Public Services
Hiring & Background Checks
Travel & Mobility
Pelican Identity SDK Demo
Click the button below to initiate authentication
Authentication Type
Note: The Pelican Vault app is required to complete authentication.
No results yet
Complete authentication to see the response data here
For Developers
Integration in Minutes, Not Days
Install the Pelican frontend SDK, provide your public key & project key, configure your app from the dashboard, and request the exact data you need — that’s all.
Pelican handles:
Authentication
Verification
Consent
Compliance
Data delivery
Documentations
Code Example
TypeScript
import { PelicanAuth } from "@pelican-identity/react";
<PelicanAuth
publicKey="pk_xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"
projectId="pi_xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"
authType="login"
onError={(error) => console.log(error)}
onSuccess={(identity) => {
sendToBackend(identity);
}}
/>

