Skip to content

Releases: erajayatech/go-keycloak-middleware

Release v1.0.1

03 Jul 07:56
02087e6
Compare
Choose a tag to compare

fix: func getEnv() and env file

  1. Should not force people to have .env file.
  2. func getEnv() should not always read .env file for every time using func getEnv()

v1.0.0

18 Jan 08:19
1ecd928
Compare
Choose a tag to compare

What's Changed

  • improve performance algorithm from log(m*n) to log(m+n) validate scope by @Hidayathamir in #1

New Contributors

Full Changelog: v0.4.0...v1.0.0

v0.4.0

04 Feb 02:25
Compare
Choose a tag to compare

Full Changelog: v0.3.1...v0.4.0