Through management API or something. I have an application that uses some non-oauth2 token and all i have is a lookup table for the email. I can ensure that emails exist in auth0 database. I just don’t know their passwords
All i have right now is “client_id”, “client_secret”, and “username”
I can get a client_credential but that won’t help as part of the service that uses auth0 checks the email, and for some reason I can’t even make it print out stuff to my screen to debug