Added Microsoft to the table of providers

1.0
Maksim Surguy 2013-08-22 19:52:00 -07:00
parent e1422f31a8
commit 685314f5a1
1 changed files with 2 additions and 0 deletions

View File

@ -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 []