Sending Shared Private URL

I need to create short url’s for sending them via email.
Url can contain only short code, not JWT.
= user can open his report on any device without authorization flow
= this code can be exchanged to access token on my application side if it needed.
Do you have any ideas? Is there any out-of-the-box solutions in Auth0, or I should store this codes in My DB?

Hi @sinallcom,

Thanks for reaching out.

Can you expand on the example? Do you essentially want the user to click a link and be able to log in?

Let me know,
Dan

I want to be able to generate links like:
mydomain.com/report/xxxxxxxxxxx.doc
= with unique code for every report
= code that can expire
= without login. Just check that code exist, and expiration date is ok.
If the JWT tokens were not so big I could use them.
Of course I can do it on my back-end but hope that there is something exist in auth0.

I’m not sure if there is an out of the box solution for this. If I understand fully, and I have to admit I am still a little bit confused on the implementation, then you could probably just hide the report behind the login and use a one time password.

It is going to depend on the setup thought. Take a look at this doc and let me know what you think.

This may be a bit of a workaround though.

Hope this helps!

Thanks,
Dan

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.