|
|
|
|
|
by LawTalkingGuy
1220 days ago
|
|
> In the event of a fire or other catastrophe, your credentials would be lost forever, correct? If you intentionally did the hard path of owning all your keys then didn't back them up - yes. But most users would be subscribing to some auth service (Google, their bank, etc) and that organization would have recovery issues. > I would like to have a hotkey I can push that This is already super simple with no new tech - just make your login button of class "LoginButton" or something we pick, and the plugin will just click it via code. The UI really is slick. When the site requests auth the browser pops up a window with the help of the system's secret storage and shows you your identities. This could be automated to avoid even that single popup if desired. |
|