I want to reuse the credentials for my User Management Dashboard for another Admin Dashboard in my App. Is there a method that is exposed that I can use to validate against the dashboard user from my node backend?
r
rp_st
05/08/2023, 5:55 AM
hey @adriansteffan - @nkshah2 can help here
n
nkshah2
05/08/2023, 5:59 AM
Hey @adriansteffan ,
Just so I understand correctly, you want to create a user dashboard credential and then also use the same credential to log in to the admin app? Or the other way around?
a
adriansteffan
05/08/2023, 8:43 AM
Hey 🙂 I have already created the Supertokens dashboard user with the curl command. I want to use that user (/his credentials) to authenticate with my other admin app. The Admin app has me implement an "autenticate" method that gets credentials from the admin dashboard at login and returns true/false. I now want to call on Supertokens inside this method to check if the credentials provided match with the already created dashboard user.