-
Notifications
You must be signed in to change notification settings - Fork 76
Fix deep linking #14
Comments
With the pki branch merged, this issue changed a bit. Now it always redirects to the unlock screen, and then to the root. |
One solution to this would be to use Another solution would be to store the current hash whenever we are redirected to the unlock page, then once unlocked, try to load the page. If either of these ideas sound good, let me know and I will code it up. |
I'm already a little uneasy about security in the browser. Storing the password or decrypted private key makes me even more nervous. Would you be willing to do a little research about local storage security? I'd like to know:
|
Javascript Cryptography Considered Harmful sheds some insight that maybe interesting to this project.
|
I opened up #28 to discuss the security aspects more. In the mean time, I would punt on storing the passphrase or decrypted private key. |
Once you navigate to an item, refreshing the page breaks the layout.
Before refresh: http://cl.ly/image/0L3f0d3q2T33
After refresh: http://cl.ly/image/0L1q0H2O232J
I just need to make sure the backbone router properly loads each layout section when reloading.
The text was updated successfully, but these errors were encountered: