Skip to content

v3.0.1

Compare
Choose a tag to compare
@shurwit shurwit released this 16 Mar 17:08
· 9 commits to main since this release
02b0ec8

[3.0.1] - 2023-03-16

Fixed

  • Mismatching token signing algorithms do not trigger service reg refresh #88

Full Changelog: https://github.com/rokwire/core-auth-library-go/blob/main/CHANGELOG.md

Migration steps

Follow the steps below to upgrade to the associated version of this library. Note that the steps for each version are cumulative, so if you are attempting to upgrade by several versions, be sure to make the changes described for each version between your current version and the latest.

3.0.1

Breaking changes
handlers
  • All tokenauth.Handler types are now expected to be pointers.
authservice
  • NewServiceRegManager now takes a validate bool argument that determines whether or not the service registration for the caller should be automatically validated.