Hello,
My API uses tokens for authentication across all of our endpoints. I need to be able to provide a user of the API with a token programmatically. I need to be able to attach an identifier to the token than will uniquely identify the user of said token for internal object security.
Is this possible with Auth0’s machine to machine tokens? Is this possible with Auth0 at all? If so any guidance on how to set that up and interact with it would be greatly appreciated.
Thanks in advance!