Skip to content
@authrim

authrim

Authrim

Open Source Identity & Access Platform for the modern web

Apache 2.0 TypeScript Cloudflare Workers


Website · Documentation · Get Started


What is Authrim?

Authrim is a serverless Identity Hub that combines authentication, authorization, and identity federation — all running on Cloudflare's global edge network with <50ms latency worldwide.

✅ OpenID Certified

OpenID Certified

Certified by the OpenID Foundation:

  • 7 OpenID Provider profiles
  • 4 Logout profiles

⚡ One Command Setup

Deploy your own identity platform in minutes:

npx @authrim/setup

Setup documentation →


Features

Authentication Authorization Identity Hub
Passkey / WebAuthn RBAC / ABAC / ReBAC Social Login (7+ providers)
Email OTP Real-time Check API Identity Linking
SAML 2.0 IdP/SP Policy Engine PII/Non-PII Separation
Device Flow WebSocket Push SCIM 2.0 Provisioning

Plus: OAuth 2.0 / OIDC compliant, PAR, DPoP, JAR, JARM, OpenID4VP/VCI, and more.


Repositories

Repository Description
sgrastar/authrim Core identity platform (Cloudflare Workers)
authrim/js-web Browser SDK (@authrim/web)
authrim/js-core Core SDK (@authrim/core)
authrim/example-web Vanilla JS example app

Get Started

Quick Start

# Interactive setup wizard
npx @authrim/setup

SDKs

Package Description
@authrim/web Browser SDK with Passkey, Social Login, Email Code npm
@authrim/core Platform-agnostic OIDC client npm
import { createAuthrim } from '@authrim/web';

const auth = await createAuthrim({
  issuer: 'https://your-tenant.authrim.com',
  clientId: 'your-client-id',
});

// Passkey login
await auth.passkey.login();

Documentation · Dashboard · GitHub

Apache 2.0 License · Built with ❤️ on Cloudflare Workers

Pinned Loading

  1. js-core js-core Public

    Official JavaScript/TypeScript SDK for Authrim - a modern, developer-friendly Identity Provider.

    TypeScript 1

Repositories

Showing 7 of 7 repositories

People

This organization has no public members. You must be a member to see who’s a part of this organization.

Top languages

Loading…

Most used topics

Loading…