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

Corrected some formatting issues with the README

parent 525c54eb
No related branches found
No related tags found
No related merge requests found
......@@ -44,9 +44,9 @@ Other configuration options:
* `port` - The port to use for your configured CAS `host`
* `ssl` - TRUE to connect to your CAS server over SSL.
* `service_validate_url` - The URL to use to validate a user. Defaults to `/serviceValidate`
* `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` (usually their login name)
* `service_validate_url` - The URL to use to validate a user. Defaults to `'/serviceValidate'`
* `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)
## 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