Skip to content

Instantly share code, notes, and snippets.

View cjweigle's full-sized avatar
👽
awake

CJ Weigle cjweigle

👽
awake
View GitHub Profile
@Bouhnosaure
Bouhnosaure / Configure Keycloak Laravel
Created June 7, 2016 05:19
A way to use Keycloak as provider for login into laravel
This gist is created because the library i use eloquent-oauth-l5 has a pull-request (custom providers feature ) awaiting a merge
So here my way to use this feature and use keycloak as custom provider.
Inside composer.json
"repositories": [
{
"type": "vcs",
"url": "https://github.com/tysonlt/eloquent-oauth-l5"
}