Fix AUTH variables missing PUBLIC prefix in docs
This commit is contained in:
parent
df64d43b38
commit
281dd1b984
3 changed files with 16 additions and 5 deletions
|
@ -20,7 +20,7 @@ Time in seconds before a session is deleted from the client and server, resultin
|
|||
|
||||
This should be several times greater that `NUXT_SESSION_ROTATES_TIMEOUT`.
|
||||
|
||||
### NUXT_AUTH_DEMO_ENABLED
|
||||
### NUXT_PUBLIC_AUTH_DEMO_ENABLED
|
||||
|
||||
Boolean indicating if the demo authentication provider should be enabled. This allows logging in using only a name with no additional checks or security and should _never_ be enabled on a production system. The purpose of this is to make it easier to demo the system.
|
||||
|
||||
|
@ -30,15 +30,15 @@ Defaults to `false`.
|
|||
|
||||
Path to a file containing the token for the Telegram bot used for authenticating users via Telegram.
|
||||
|
||||
Does nothing if `NUXT_AUTH_TELEGRAM_ENABLED` is not enabled.
|
||||
Does nothing if `NUXT_PUBLIC_AUTH_TELEGRAM_ENABLED` is not enabled.
|
||||
|
||||
### NUXT_PUBLIC_TELEGRAM_BOT_USERNAME
|
||||
|
||||
Username of the Telegram bot used for authenticating users via Telegram.
|
||||
|
||||
Does nothing if `NUXT_AUTH_TELEGRAM_ENABLED` is not enabled.
|
||||
Does nothing if `NUXT_PUBLIC_AUTH_TELEGRAM_ENABLED` is not enabled.
|
||||
|
||||
### NUXT_AUTH_TELEGRAM_ENABLED
|
||||
### NUXT_PUBLIC_AUTH_TELEGRAM_ENABLED
|
||||
|
||||
Boolean indicating if authentication via Telegram is enabled or not. Requires `NUXT_PUBLIC_TELEGRAM_BOT_USERNAME` and `NUXT_TELEGRAM_BOT_TOKEN_FILE` to be set in order to work.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue