Use external tables instead of Directus internals #11067
Replies: 3 comments 3 replies
-
|
Hello @awesome-developer-20 directus/api/src/services/authentication.ts Lines 60 to 80 in 86b7f7f So I am afraid your scenario will not be possible. |
Beta Was this translation helpful? Give feedback.
This comment has been hidden.
This comment has been hidden.
-
|
Heya! Thank you for taking the time to submit this request! It has been over 90 days, and this discussion has not received at least 15 votes from the community. This means that we don't feel like there's enough community interest to warrant further R&D into this topic at this time. 🧊 This request will now be closed to keep our discussions tidy. Please reach out if you have any questions! For more information, see our Feature Request Process. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Feature Request:
Use external tables instead of Directus internals. For example, instead of using
directus_usersuseusersfor authentication or instead ofdirectus_filesusemediaon users database.Original post:
My client already has users roles database setup for his organisation in a weird and unconventional way and they want to use that same data for directus portal login.
I've wrote a separate API for authentication which takes email and password in request and returns it's roles if user is successfully authenticated and null if not.
Is there a way where instead of duplicating the data in directus_users table, I could use the above mentioned API?
Beta Was this translation helpful? Give feedback.
All reactions