Summary
Directus offers both a REST and GraphQL API for authentication, which uses predictable resource-oriented URLs, standard HTTP status codes, and JSON for input and output.
1
Authentication is handled via API tokens, which are generated when a user logs in.
1
The API also supports authentication via OAuth2.
1
According to
See more results on Neeva
Summaries from the best pages on the web
There are two types of tokens that can be used to authenticate within Directus. Temporary Token (JWT) are returned by the login endpoint/mutation. These tokens have a relatively short expiration…
Authentication | Directus Docs
directus.io
REST and GraphQL API documentation on the Users collection in Directus. ... string Primary key of the user in the third party authentication provider, if used.
Users | Directus Docs
directus.io
directus / api /src/services/ authentication .ts. Go to file. Cannot retrieve contributors at this time. 442 lines (386 sloc) 11.2 KB. Raw Blame. import { Accountability, Action, SchemaOverview } from '@ directus /shared/types'; import jwt from 'jsonwebtoken';…
directus/authentication.ts at main · directus/directus · GitHub
github.com
Directus. API . Cms And Web Experience Management Backend As A Service. Directus is an open-source tool for managing content across all your omni-channel digital experiences. Our suite includes an intuitive…
Directus API - Developer docs, APIs, SDKs, and auth.
apitracker.io