Hello,
Is there some API to generate a temporary access token for a user?
We have “guest” users in our system which need a limited temporary access to our back-end without registration.
So when a new guest user subscribes, we would like to create a user for him in Auth0 and send an SMS to his phone with a link to our web page that includes this user’s temporary access token.
But the only API for creating an access token through API that I found is M2M, which is not suitable for this purpose.
The other option of passwordless login requires too many steps for the user - so I think that the scenario described above is not possible.
Any ideas?
Thanks,
Edi Buslovich.