stevenmaguire / oauth2-keycloak

Keycloak Provider for OAuth 2.0 Client
MIT License
204 stars 151 forks source link

Adds Keycloak extensions and more documentation #7

Closed jmkgreen closed 6 years ago

jmkgreen commented 7 years ago

Now unpacks roles, and can access Entitlements API.

I also found that the tests were failing which I fixed.

stevenmaguire commented 7 years ago

Thanks for the PR. The build is failing because of code style problems.

The command "./vendor/bin/phpcs --standard=psr2 src/" exited with 1.

Make sure this linting command succeeds locally before pushing.

FlxPeters commented 6 years ago

Is there some progress in this PR? I need some of the features. Maybe we can divide it to some smaller pieces? If this is ok an can make some PRs for that.