generated from nathanwoodburn/python-webserver-template
feat: Add custom instructions to login
All checks were successful
Build Docker / BuildImage (push) Successful in 30s
All checks were successful
Build Docker / BuildImage (push) Successful in 30s
This commit is contained in:
@@ -4,6 +4,8 @@ SECRET_KEY=your_secret_key_here
|
||||
# Yubico API credentials (get from https://upgrade.yubico.com/getapikey/)
|
||||
YUBICO_CLIENT_ID=your_client_id
|
||||
YUBICO_SECRET_KEY=your_secret_key
|
||||
# OPTIONAL: YubiKey instructions for users (eg. "The yubikey attached to my keys")
|
||||
# YUBIKEY_INSTRUCTIONS=
|
||||
|
||||
# Your YubiKey ID (first 12 characters of any OTP generated by your YubiKey)
|
||||
YUBIKEY_ID=ccccccxxxxxx
|
||||
|
||||
Reference in New Issue
Block a user