Skip to content

Commit

Permalink
updated docs and bumped version
Browse files Browse the repository at this point in the history
  • Loading branch information
pelle committed Apr 14, 2012
1 parent 2780051 commit adec65e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions README.md
Expand Up @@ -19,6 +19,12 @@ The following bearer tokens are implemented:
* [URI query field](http://tools.ietf.org/html/draft-ietf-oauth-v2-bearer-08#section-2.3)
* Non standard http cookie ('access_token') for use in interactive applications

## Install

Add the following dependency to your `project.clj` file:

[clauth "1.0.0-beta2"]

## Usage

There are currently 2 middlewares defined:
Expand Down
2 changes: 1 addition & 1 deletion project.clj
@@ -1,4 +1,4 @@
(defproject clauth "1.0.0-beta1"
(defproject clauth "1.0.0-beta2"
:description "OAuth2 based authentication library for Ring"
:url "http://github.com/pelle/clauth"

Expand Down

0 comments on commit adec65e

Please sign in to comment.