wip(backend): Added MFA support
This commit is contained in:
parent
36726dbdc3
commit
a5ee0a0854
13 changed files with 380 additions and 14 deletions
|
@ -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) #
|
||||
# #
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue