I now figured out that we should locally store a refresh token behind the biometrics/pin code lock and use that to request a new token.
M
Posts made by maarten
-
RE: Multiple authentication possibilities
-
Multiple authentication possibilities
I think FusionAuth has a lot of potential. We were looking into switching from our own Authentication implementation to FusionAuth.
However, we have the following problem. Our users can bypass the password login with a login with pin code or biometrics. FusionAuth only seems to have password login and MFA. Is there a way for us to use the plugin system to have users authenticate with different "passwords" of which the actual password is the master password?So basically:
- user login with password ==> OK
- user login with pin/biometrics code ==> how do we do that?
Thanks