-
-
Notifications
You must be signed in to change notification settings - Fork 446
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Auto remember me from shareable link #183
Comments
Hey @uzadude, thanks for reporting and for opening a PR! I'm curious, could you share a little more about why that's necessary in your setup? I'd think you can either send the link with the auto-decrypt hash, and people can bookmark it or set it as a link on a text in a doc (like this), or you can send the person both the regular link and the password - the password should be unique anyway, and sending the link with the auto-decrypt hash is the same security wise. In general I want to be conservative in adding new toggles to staticrypt to keep it easy to understand and to use for newcomers, so I want to make sure the current abilities don't cover the use case in a significant way. That being said as I'm writing this I'm realizing, maybe it'd be useful to share an auto-decrypt link to a project that has multiple pages, where we'd want a single entry link to auto-decrypt all pages. 🤔 |
Hi, |
I think that makes sense, though maybe unusual for share links, since encrypting multiple pages is a common use case. Thanks for the suggestion! |
Hello @robinmoisson & @uzadude , I really need the shareable link auto-remember feature. |
Woops sorry, looks like time flew faster than I noticed. This is now a feature of version 3.4.0 that has just been pushed to npm - you can add @uzadude the hashed password is preferred in the url fragment rather than query params ( staticrypt/lib/staticryptJs.js Line 210 in 1e5e6cf
Let me know if you guys hit any problem using it, and thanks for the idea! (and final push 🙏 ) |
This is an amazing project!
Would like to suggest an option to auto enable the "remember me" when using the shareable link .
With that users would need to use the "ugly" link only once, and from there on the readable link.
The text was updated successfully, but these errors were encountered: