mirror of
https://github.com/bytedance/g3.git
synced 2026-05-03 06:00:42 +00:00
g3proxy: allow to disable user password auth
This commit is contained in:
parent
067ea8e8e8
commit
170a4e129a
9 changed files with 40 additions and 29 deletions
|
|
@ -21,6 +21,14 @@ token
|
|||
|
||||
Set the token used to authenticate the user. The token can be in the following types:
|
||||
|
||||
* null
|
||||
|
||||
The null value means password token auth is disabled.
|
||||
|
||||
.. note:: This is different from not setting token value, which means forbid the user.
|
||||
|
||||
.. versionadded:: 1.7.20
|
||||
|
||||
* str
|
||||
|
||||
The value should be a string in unix format, see crypt(5).
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue