Releases: robsontenorio/laravel-keycloak-guard
Releases · robsontenorio/laravel-keycloak-guard
1.6.1
1.6.0
What's Changed
- Fix chapter order and add 'keycloak.preferred_username' option by @vlauciani in #109
- Create LICENSE by @Androbin in #112
- Add token algorithm encryption configuration support by @marwins in #113
New Contributors
Full Changelog: 1.5.1...1.6.0
1.5.1
What's Changed
- Acting as a Keycloak user in tests by @tuytoosh in #103
New Contributors
- @tuytoosh made their first contribution in #103
Full Changelog: 1.5.0...1.5.1
1.5.0
What's Changed
- Implement: 'scopes', 'hasScope' and 'hasAnyScopes' method by @vlauciani in #107
New Contributors
- @vlauciani made their first contribution in #107
Full Changelog: 1.4.2...1.5.0
1.4.2
Allow the KeycloakGuard to be extended (#94)
Thanks @SolveSoul !
1.4.1
1.4.0
- Update all dependencies
- Add
leeway
option to prevent token excepetion due to network issues - Add option
input_key
to get an alternative token - Add option
ignore_resources_validation
to ignore resource validation - Add phpcsfixer
- Add github actions
- Add VSCODE devcontainer
- Update README
1.3.5
Allow create / update users on the API users table with autenticated token #45 @frital @OfficialBAMM
Support Lumen
Merge pull request #26 from cunio-technologies/lumen Changes to support Lumen framework