Skip to content

Releases: robsontenorio/laravel-keycloak-guard

1.6.1

25 May 19:13
25ca4d2
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.6.0...1.6.1

1.6.0

25 Apr 11:08
347a969
Compare
Choose a tag to compare

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

11 Mar 13:53
aa71dbe
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.5.0...1.5.1

1.5.0

26 Feb 22:39
cc051f5
Compare
Choose a tag to compare

What's Changed

  • Implement: 'scopes', 'hasScope' and 'hasAnyScopes' method by @vlauciani in #107

New Contributors

Full Changelog: 1.4.2...1.5.0

1.4.2

27 Apr 12:43
042483a
Compare
Choose a tag to compare

Allow the KeycloakGuard to be extended (#94)

Thanks @SolveSoul !

1.4.1

25 Apr 01:21
ccbc9b7
Compare
Choose a tag to compare

Add hasAnyRole function to validate multiple roles for a given resource (#88)

Thanks @luizjr !

1.4.0

01 Sep 21:25
b3fbdcb
Compare
Choose a tag to compare
  • 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

Inspired by #75 . Big thanks to @Nizari effort !

1.3.5

12 Apr 12:43
fe6b9c5
Compare
Choose a tag to compare

Allow create / update users on the API users table with autenticated token #45 @frital @OfficialBAMM

Support Lumen

18 Jul 16:31
d9dd6f4
Compare
Choose a tag to compare
Merge pull request #26 from cunio-technologies/lumen

Changes to support Lumen framework

Remove return from setUser()

31 May 00:29
5d82764
Compare
Choose a tag to compare