Skip to content

Commit

Permalink
add note on options formatting; add username for Redis; closes #63
Browse files Browse the repository at this point in the history
Signed-off-by: Hans Zandbelt <[email protected]>
  • Loading branch information
zandbelt committed Mar 6, 2024
1 parent aa178d4 commit a16ed57
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions oauth2.conf
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,10 @@
# Note that this directive must be defined before any OAuth2TokenVerify directive that uses it.
#
# type shm|file|redis|memcache cache backend type for access token validation results, default is shm
# options <options> cache backend specific options, see Cache Options
# options <options> cache backend specific options in query encoded format, see Cache Options
# e.g name=myname&password=mypassword&encrypt=false
#
#OAuth2Cache <type> [<options>]
#OAuth2Cache <type> [<options-in-query-encoded-format>]
#
#
# OAuth2Cache Options:
Expand Down Expand Up @@ -54,6 +55,7 @@
#
# host <string> (localhost) Redis server hostname
# port <number> (6379) Redis servver port
# username <string> (<no authentication>) username used to authenticate to the Redis server
# password <string> (<no authentication>) password used to authenticate to the Redis server


Expand Down

0 comments on commit a16ed57

Please sign in to comment.