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

Commit

Permalink
Fix link.
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanbreen committed Dec 17, 2014
1 parent beb8418 commit c3a4318
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ oauth_reverse_proxy is an authenticating service proxy that fronts any web serve

A few key features and design principles:

* Faithfully implements the OAuth spec: This means that any client OAuth library you wish to use will work fine with `oauth_reverse_proxy`. The [test/clients](test/cilents) directory has sample code in 9 languages.
* Faithfully implements the OAuth spec: This means that any client OAuth library you wish to use will work fine with `oauth_reverse_proxy`. The [test/clients](https://github.com/Cimpress-MCP/oauth_reverse_proxy/tree/master/test/clients) directory has sample code in 9 languages.
* Built to perform: A single node can authenticate around 10k requests per second on reasonable hardware.

##### A Note About the Security Model
Expand Down

0 comments on commit c3a4318

Please sign in to comment.