Skip to content

Commit

Permalink
improved README
Browse files Browse the repository at this point in the history
  • Loading branch information
Marco Otte-Witte committed Mar 11, 2014
1 parent b4a0ca6 commit bec4ac2
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,9 @@ authorization mechanisms.

## What does it do?

* it __manages the session state; logs the user in and out__
* it __enforces authentication__ for defined routes
* it __adds authorization info to AJAX requests__ so the server can verify
identity
* it __handles authorization errors__
* it __persists the session so it survives page reloads__
* it keeps the authentication state in __sync over multiple tabs or windows__
* it __manages session state__, synchronizes it across tabs/windows
* it __enforces authentication__ on defined routes
* it __authorizes server requests__
* it provides a __clean customization API__ and can __work with any backend__

## How does it work?
Expand Down

0 comments on commit bec4ac2

Please sign in to comment.