Skip to content
This repository has been archived by the owner on Mar 8, 2021. It is now read-only.

Commit

Permalink
add clarifying note about namespaced keywords, fixes gh-34
Browse files Browse the repository at this point in the history
  • Loading branch information
cemerick committed Mar 12, 2013
1 parent 2707c7d commit c481561
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Expand Up @@ -176,6 +176,10 @@ the requests to which are subject to the configuration provided to
`authenticate` and the authorization contexts that are defined within `authenticate` and the authorization contexts that are defined within
`ring-app` (which we'll get to shortly). `ring-app` (which we'll get to shortly).


(If you're newer to Clojure, you might not recognize the tokens prefixed with
two colons [e.g. `::admin`]. These are auto-namespaced keywords; in the example
above, `::admin` expands to `:your.ring.app/admin`.)

### Authentication ### Authentication


There are two key abstractions employed during authentication: There are two key abstractions employed during authentication:
Expand Down

0 comments on commit c481561

Please sign in to comment.