perchlabs / webird

Webird
98 stars 22 forks source link

Improve OAuth2 support #10

Closed dschissler closed 8 years ago

dschissler commented 8 years ago

The Webird OAuth2 integration is not super great because the Composer package is out of date and the OAuth authentication is instantiated directly in the auth service and it should be defined normally as a service that can be injected within the auth (Auth class) service. The OAuth2 client should be The League - oauth2-client.

dschissler commented 8 years ago

Using The League Oauth 2 client library now.