Replies: 1 comment 7 replies
-
|
Unfortunately for security reasons the magic links aren't even stored in the database. All I store is a salted SHA-256 (one-way hash). So there's no way to reverse it and retrieve the original links. That's why they are only offered to you once -- they only can ever be offered once. API keys are handled in the same way. This level of security is a hard requirement for many companies. What I CAN offer you, however, is perhaps an easier way to "regenerate" the magic link, which would REPLACE the old one (invalidating it) with a newly generated one. Would that suffice? |
Beta Was this translation helpful? Give feedback.
7 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I was wondering if there could not be an option made to show the magic links. If you forget them, then you have to generate new ones and redistribute them to some users. (I know that's the point for it, but any user with this links can just run your jobs)
Maybe secure them with a passphrase or something that the user must specify when landing on the page? Any other ideas to make this possible? I really like this feature, but it is a bit restrictive that you cannot reveal the link afterwards.
Kind regards,
Tim
Beta Was this translation helpful? Give feedback.
All reactions