From 7bb86fa7476c4140a193e3b0cb4a1a8fd5fd1fbf Mon Sep 17 00:00:00 2001 From: fossabot Date: Sun, 19 Nov 2017 08:31:20 -0800 Subject: [PATCH] Add license scan report and status --- README | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README b/README index 6d8db79..92b7b33 100644 --- a/README +++ b/README @@ -1,3 +1,5 @@ +[![FOSSA Status](https://app.fossa.io/api/projects/git%2Bgithub.com%2Fadoy%2FPHP-OAuth2.svg?type=shield)](https://app.fossa.io/projects/git%2Bgithub.com%2Fadoy%2FPHP-OAuth2?ref=badge_shield) + ___________________________________ Light PHP wrapper for the OAuth 2.0 @@ -115,3 +117,7 @@ class MyCustomGrantType implements IGrantType call the OAuth client getAccessToken with the grantType you defined in the GRANT_TYPE constant, As following : $response = $client->getAccessToken(TOKEN_ENDPOINT, 'my_custom_grant_type', $params); + + +## License +[![FOSSA Status](https://app.fossa.io/api/projects/git%2Bgithub.com%2Fadoy%2FPHP-OAuth2.svg?type=large)](https://app.fossa.io/projects/git%2Bgithub.com%2Fadoy%2FPHP-OAuth2?ref=badge_large) \ No newline at end of file