Hello.
Currently in our team we have a React app which has a feature to generate one time links which grants readonly access to some part of our application. This is based on homebrewed auth token generated in the backend API in .net (it has some custom claims there like duration, type, scope). Is it possible for Auth0 to create one time links (with some additional parameters) for anonymous users?