From 685314f5a1a5193878887ff606aaf563a8f025bd Mon Sep 17 00:00:00 2001 From: Maksim Surguy Date: Thu, 22 Aug 2013 19:52:00 -0700 Subject: [PATCH] Added Microsoft to the table of providers --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 922383a..69c7916 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,7 @@ This library makes it stupidly simple to integrate your application with OAuth 2 * Google * Instagram * LinkedIn +* Microsoft Adding support for other providers is trivial. @@ -65,5 +66,6 @@ if ( ! isset($_GET['code'])) { | **Google** | string | string | string | string | string | string | null | null | string | null | | **Instagram** | string | string | string | null | null | null | null | string | string | null | | **LinkedIn** | string | null | string | null | null | string | string | string | string | string | +| **Microsoft** | string | null | string | string | string | string | null | null | string | string | **Notes**: Providers which return URLs sometimes include additional URLs if the user has provided them. These have been wrapped in []