Skip to content
Snippets Groups Projects
Commit 6392698d authored by Derek Lindahl's avatar Derek Lindahl
Browse files

Merge pull request #5 from rbq/patch-1

Add undocumented configuration option
parents 0f6c6bff 1c85f9ba
No related branches found
No related tags found
No related merge requests found
......@@ -48,6 +48,7 @@ Other configuration options:
* `logout_url` - The URL to use to logout a user. Defaults to `'/logout'`
* `uid_key` - The user data attribute to use as your user's unique identifier. Defaults to `'user'` (which usually contains the user's login name)
* `ca_path` - Optional when `ssl` is `true`. Sets path of a CA certification directory. See [Net::HTTP][net_http] for more details
* `disable_ssl_verification``- Optional when `ssl` is true. Disables verification.
## Contributing
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment