docs
docs copied to clipboard
The Directus Docs 🐰 — The official Documentation for the Directus Modern Data Stack
### Describe the Request I have just started working with Directus. I am aware that you can create "Collection Naming Translations" value. This would result in your frontend user will...
### Page https://docs.directus.io/self-hosted/config-options.html#configuration-files ### Describe the Inaccuracy The documentation currently states (emphasis mine): > you can also use the CONFIG_PATH environment variable to instruct Directus to use a local configuration...
### Page https://docs.directus.io/guides/sdk/getting-started.html#installation ### Describe the Inaccuracy Would be great to have an example of using an external login provider with the new SDK.
### Describe the Bug Currently the Authentication via SDK has some inconsistencies. To be more precise the issue is with both operation arguments as well as defaults used for each...
### Describe the Bug Hi, I have a containerised Directus application that deploys to Fly.io. Fly.io has a connection to the Upstash Redis service. My local instance configuration (working) ```...
### Describe the Request I think it would be nice to add at least: OR - a more precise docs for CONTENT_SECURITY_POLICY_* - a doc page for how to setup...
### Describe the Request When implementing my app i would like to handle when a request is rejected due to invalid credentials. I have not found a good documentation for...
### Describe the Improvement Some users think they can make a POST to /auth/login/:provider where the provider was SAML, but the route should only work for local and ldap drivers....
### Describe the Request The section on [Single-Sign-On](https://docs.directus.io/self-hosted/sso.html) only has an example for OpenID with Google. If you want to setup pure OAuth client with, say, GitHub that does not...
### Describe the Bug Choosing autoincrement bigInt as id actually creates integer auto increment. ### To Reproduce 1. select sqlite driver 2. create a new collection with id as bigInt...