graphql-hive / graphql-hive/console
Support multi-factor authentication for email/password accounts
Open
enhancement
- Dominant language
- TypeScript
- Stars
- 483
- Forks
- 145
- Avg merge
- 2d 5h
- Merged PRs (30d)
- 65
Description
2FA is support by OIDC but not our basic email/password accounts. We should support this for better security.
This could be:
* One Time Password
* *Authenticator app (*[https://www.ietf.org/rfc/rfc6238.txt](https://www.ietf.org/rfc/rfc6238.txt))
SuperTokens seems to support it out of the box ([https://supertokens.com/docs/authentication/passwordless/customize-the-otp](https://supertokens.com/docs/authentication/passwordless/customize-the-otp)).
Contributor guide
Assessment
This issue has not been assessed yet.