Access Denied
You need a valid Lemma permission credential to access the developer platform.
Sign In with LemmaOverview
Monitor your Lemma IAM integration and usage
Quick Actions
Recent Activity
View AllUsers & Permissions
Manage user access and permissions
API & Integration
SDK setup, API keys, and code examples
API Keys
Quick Integration
Add Lemma authentication to your site in minutes:
<!-- Add to your HTML head -->
<script src="https://lemma.id/static/js/lemma-signin-sdk.js"></script>
<script>
const auth = new LemmaSignIn({
siteId: 'yoursite.com',
apiKey: 'YOUR_API_KEY',
onSignIn: (user) => {
console.log('User signed in:', user.email);
window.location.href = '/dashboard';
}
});
auth.init();
</script>
Next: Check out our full documentation for advanced features.
Analytics
Usage insights and verification metrics
š Analytics charts coming soon!
Track MAU, verification trends, and performance metrics.
Settings
Platform configuration and account management
āļø Settings page coming soon!
Customize email templates, branding, and more.
Platform Administration
Manage all Lemma platform users
All Platform Users
Revoke Permission
Remove user access and update Bloom filter
- Mark the credential as revoked in the database
- Update the site-specific Bloom filter
- Trigger sync to all clients (within 7 days)
- User will lose access on next verification
Issue Permission
Grant access to a user via email confirmation