Skip to content

mytoken-server 0.6.1-a

Pre-release
Pre-release

Choose a tag to compare

@zachmann zachmann released this 04 Nov 09:41

mytoken 0.6.1-a

API

  • Changed the restriction ip key to hosts:
    • Backward compatibility is preserved. The legacy key ip is still accepted.
    • The hosts entry can contain:
      • Single ip address
      • Subnet address
      • Host name (with or without wildcard)
        • To compare against this, on request a reverse dns lookup is done for the request's ip address

Enhancements

  • Location restriction can now be done with host names, not only plain ip addresses, see above for more details.
  • Improved code quality

Bugfixes

  • Fixed a bug in the web interface where the scope selection indicator for access tokens where not updated.

Dependencies

  • Bump go version to 1.19
  • Bump golang.org/x/mod from 0.5.1 to 0.6.0
  • Bump github.com/gofiber/fiber/v2 from 2.37.1 to 2.38.1
  • Bump github.com/gofiber/helmet/v2 from 2.2.16 to 2.2.17