Our Visual Editing feature is live! 🎉 Learn more
Directus Logo
  • Use Cases and Features
    • Headless CMS
      Manage and deliver content with ease
    • Backend-as-a-Service
      Build and ship applications faster
    • Headless Commerce
      A single source of truth for products
    • 100+ More Use Cases
      Build anything (or everything)
    • Instant APIs
      Connect a database, get REST + GraphQL APIs
    • Granular Policy-Based Auth
      Provide secure, autonomous data access
    • Visual Automation Builder
      Automate content and data workflows with ease
    • 50+ More Features
      Get everything you need out-of-the-box
    Project Showcase
    Built With Directus

    Built With Directus

    See what everyone's been building with Directus

  • Learn More
    • Blog
      Read our latest articles and guides
    • Case Studies
      Case studies and success stories
    • Community
      Join our 13k member Discord community.
    • Agency Directory
      Browse our list of agency partners
    • About Us
      Learn more about Directus and the team
    • Wall of Love
      See what others are saying about us
    • Contact
      Have a general inquiry or question for us?
    • Support
      Reach out to Directus support
    Watch Directus TV
    Directus TV
    Video

    Directus TV

    Go down the rabbit hole with hours of original video content from our team.

  • Developers
  • Enterprise
  • Pricing
Chat With UsGet Started Free
GitHub logo30,677

Auth

  1. Overview
  2. Features
  3. Docs

Authentication made easy.

Leverage Directus' user system or your own SSO and easily build user accounts into your application with robust permissions.

Create a projectView the docs

Ready-to-implement user accounts and a granular permissions system.

Connect directly to any database and get an intuitive GUI for managing user accounts and permissions.

RBAC and SSO

Powerful role-based access controls.

Our robust roles & permissions system allows filter rules, custom validation, field-level permissions, IP allow-lists, and configurable public access.

Create a project
A screen shot of a screen showing a list of items.

Native and token-based authentication

Authenticate with API using email/password, or token-based authentication.

Invite users or create them directly

Invite users to your project or directly create them from your instance.

Free and flexible SSO

Built-in JWT auth supports SSO via OAuth, SAML, OpenID, and LDAP with 2FA support.

const user = await client.request(
	createUser({ 
		email: 'user@example.com',
		password: 'hunter2'
	})
);
const user = await client.login(email, password);
API-Powered Auth

Authenticate via our API.

Create, update and read user data, and login, logout, and refresh access tokens all with Directus' simple API.

const { subscription } = await client.subscribe('messages');

for await (const item of subscription) {
	console.log('subscription', { item });
}
 
/*
{
	"type": "subscription",
	"event": "create",
	"data": [{
		"id": 1,
		"text": "Hello World"
	}]
}
*/
const { subscription } = await client.subscribe('messages');

for await (const item of subscription) {
	console.log('subscription', { item });
}

/*
{
	"type": "subscription",
	"status": "error",
	"error": {
		"code": "FORBIDDEN",
		"message": "You don't have permission to access this."
	}
}
*/
Live Updates

Realtime that respects your access.

Directus Realtime supports multiple authentication schemes, and fully respects role-based access control.

If the team scales from 100 to 300 people, it's not a problem at all. Whereas setting up new permissions used to take hours, with Directus, it’s a two-minute change.

Wayne Eldridge

Wayne Eldridge

Founder, Enamic

Combine with other tools in the Directus toolkit.

Whether you specialize in frontend, backend, or fullstack, you'll get a suite of dev tools that'll make you even more efficient.

Editor

Editor

Create and manage data in custom extensible forms.

Connect

Connect

Generate REST and GraphQL APIs for any database.

Realtime

Realtime

Sync live data over WebSockets and GraphQL Subscriptions.

Building out the backend with Directus was really fast, and the platform has everything we needed – security, users, roles, permissions and more.We simply could not have delivered this amount of value for our customers with custom development only.

Martijn Boland

Martijn Boland

Co-Founder, Taiga

Read the success story

Get granular with your permissions 🔐

Step into a world of seamless and secure authentication with Directus Auth. Protect your assets and provide users a friction-less login experience.

Create your projectBook a demo
38M
Docker downloads
30K
GitHub stars
55K
Monthly npm downloads
15k
Community members
  • Directus LogoDirectus Logo

    A composable backend to build your Headless CMS, BaaS, and more. 

  • Solutions
    • Headless CMS
    • Backend-as-a-Service
    • Product Information
    • 100+ Things to Build
  • Resources
    • Documentation
    • Guides
    • Community
    • Release Notes
  • Support
    • Issue Tracker
    • Feature Requests
    • Community Chat
    • Cloud Dashboard
  • Organization
    • About
    • Careers
    • Brand Assets
    • Contact
©2025 Monospace Inc
  • Cloud Policies
  • License
  • Terms
  • Privacy