Skip to content
This repository has been archived by the owner on Apr 4, 2023. It is now read-only.

Commit

Permalink
docs
Browse files Browse the repository at this point in the history
  • Loading branch information
wstrange committed Feb 13, 2012
1 parent 3515650 commit 6c777b1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
@@ -1,13 +1,13 @@

A sample OAuth2 provider written in Clojure.

I created this as a learning vehicle to teach myself about OAuth and Clojure and Noir.
I created this as a learning vehicle to teach myself about OAuth, Clojure and Noir.

I found there were plenty of sample OAuth clients around, but few OAuth providers.

No claims are made about this being OAuth2 compliant! (it probably isn't!). This is mostly patterned
No claims are made about this being OAuth2 compliant! (it probably isn't!). This is patterned
after the google documentation at http://code.google.com/apis/accounts/docs/OAuth2.html. I found the
google docs easier reading than the OAuth spec (YMMV).
google documents easier to understand than the OAuth spec (YMMV).


The application is deployed to heroku. You can try it out at http://cloauth.herokuapp.com
Expand Down

0 comments on commit 6c777b1

Please sign in to comment.