Skip to content

Commit a16ed57

Browse files
committed
add note on options formatting; add username for Redis; closes #63
Signed-off-by: Hans Zandbelt <[email protected]>
1 parent aa178d4 commit a16ed57

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

oauth2.conf

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,10 @@
1919
# Note that this directive must be defined before any OAuth2TokenVerify directive that uses it.
2020
#
2121
# type shm|file|redis|memcache cache backend type for access token validation results, default is shm
22-
# options <options> cache backend specific options, see Cache Options
22+
# options <options> cache backend specific options in query encoded format, see Cache Options
23+
# e.g name=myname&password=mypassword&encrypt=false
2324
#
24-
#OAuth2Cache <type> [<options>]
25+
#OAuth2Cache <type> [<options-in-query-encoded-format>]
2526
#
2627
#
2728
# OAuth2Cache Options:
@@ -54,6 +55,7 @@
5455
#
5556
# host <string> (localhost) Redis server hostname
5657
# port <number> (6379) Redis servver port
58+
# username <string> (<no authentication>) username used to authenticate to the Redis server
5759
# password <string> (<no authentication>) password used to authenticate to the Redis server
5860

5961

0 commit comments

Comments
 (0)