I’m working on a proof of concept for replacing passwords with public/private key authentication. Inspired by how ssh and got repo access are both more secure AND easier to use than password login.
The interesting parts are convenience features like sharing an account across multiple devices, allowing temporary access to a device, etc.
The goal is to implement everything user side - it would act a bit like single sign on but with no need for any trusted third party. I’m starting with a browser plug-in.
The interesting parts are convenience features like sharing an account across multiple devices, allowing temporary access to a device, etc.
The goal is to implement everything user side - it would act a bit like single sign on but with no need for any trusted third party. I’m starting with a browser plug-in.