I have a scenario where my company has existing functionality and I’m wondering if Auth0 has any way for us to replicate that functionality.
What we are currently doing is generating a relatively short token that can be printed on a physical piece of paper and manually typed in on our platform to login. The login, however, isn’t a real login. It is a limited guest session that can only be used for specific tasks like making a payment.
So my questions are
- Is there any any functionality in Auth0 to issue a short token that can be used to login?
- We don’t necessarily need the account being logged into to be a guest account - what we are looking for is a way to allow someone access to the platform for a limited period and with a very limited scope. Is there a corresponding type of functionality available in Auth0?