Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
uzyn committed May 15, 2012
1 parent c8eff32 commit a9fa025
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Expand Up @@ -9,7 +9,8 @@ What is Opauth?
---------------
Opauth provides a standardized way to interface with 3rd-party authentication providers. Unlike many current authentication frameworks, Opauth does not deal with database, so developers are not forced to adhere to predetermined database schema.

Opauth is a PHP library. It can be used as a standalone authentication interface (sending HTTP traffic to it), or as a plugin (instantiation of Opauth).
Opauth is a PHP library. It can be used as a standalone authentication interface (sending HTTP traffic to it), or as a plugin (instantiation of Opauth).

Opauth works well with other PHP frameworks, such as [CakePHP](https://github.com/uzyn/cakephp-opauth), [Yii](https://github.com/kahwee/yii-opauth), etc.

Opauth as a framework provides API that allows authentication providers to develop strategies that work in a predictable manner.
Expand Down

0 comments on commit a9fa025

Please sign in to comment.