On a cloud project that i'm currently working, we authenticate the
clients by password and get access to their keys using their password
(using a PBKDF2 function).
However, we want to provide the user with another option which is
authenticating with an oath token. So the problem that I'm facin...
On a cloud project that i'm currently working, we authenticate the
clients by password and get access to their keys using their password
(using a PBKDF2 function).
However, we want to provide the user with another option which is
authenticating with an oath token. So the problem that I'm facin...
[ more ]