Skip to content

Commit

Permalink
* Updated readme.
Browse files Browse the repository at this point in the history
  • Loading branch information
kcbanner committed Apr 18, 2011
1 parent e160c3d commit e0cc665
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@

Central Authentication Service (CAS) client for Node.js

This module only handles the ticket validation step of the CAS login process. Planned features include functions to generate the login/logout URLs.

Generally, to start the login process, send your users to: `https://cas_base_url/login?service=url_to_handle_ticket_validation`. In the University of Waterloo example below, this url would be: `https://cas.uwaterloo.ca/cas/login?service='my_service'`.

## Installation

via npm:
Expand Down

0 comments on commit e0cc665

Please sign in to comment.