denoland / deploy_feedback

For reporting issues with Deno Deploy
https://deno.com/deploy
74 stars 5 forks source link

Treat URLs in logs as hyperlinks #493

Open MiguelRipoll23 opened 1 year ago

MiguelRipoll23 commented 1 year ago

What problem are you trying to solve?

I’d like to generate a temporary “magic” link to gain access to a web application by printing it in the logs, so they can be clicked from mobile or desktop devices.

Describe the solution you'd like

Treat links in logs as hyperlinks so they can be easily clicked in mobile or desktop devices.

Describe alternatives you've considered

An authentication code that can be easily typed by the user but not as much secure than an API key.

Documentation, Adoption, Migration Strategy

No response

MiguelRipoll23 commented 1 year ago

image