1
0
Fork 0

wip(backend): Added MFA support

This commit is contained in:
Joost De Cock 2022-11-17 20:41:21 +01:00
parent 36726dbdc3
commit a5ee0a0854
13 changed files with 380 additions and 14 deletions

View file

@ -67,6 +67,14 @@ BACKEND_JWT_ISSUER=freesewing.org
BACKEND_JWT_EXPIRY=7d
#####################################################################
# Multi-Factor Authentication (MFA) #
#####################################################################
# The service for the token generator (think Google Authenticator)
#BACKEND_MFA_SERVICE=FreeSewing
#####################################################################
# Email (via AWS SES) #
# #