From 4a138df1f1eebbc3994739eef247fc8103bc6282 Mon Sep 17 00:00:00 2001 From: Tom Anderson Date: Tue, 29 Apr 2014 19:03:22 -0700 Subject: [PATCH] KISS --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 18286e5..1784453 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,8 @@ [![Total Downloads](https://poser.pugx.org/league/oauth2-client/downloads.png)](https://packagist.org/packages/league/oauth2-client) [![Latest Stable Version](https://poser.pugx.org/league/oauth2-client/v/stable.png)](https://packagist.org/packages/league/oauth2-client) +This library makes it stupidly simple to integrate your application with OAuth 2.0 identity providers. + Everyone is used to seeing those "Connect with Facebook/Google/etc" buttons around the Internet and social network integration is an important feature of most web-apps these days. Many of these sites use an Authentication and Authorization standard called OAuth 2.0.