mytoken-server 0.6.1-a
Pre-release
Pre-release
mytoken 0.6.1-a
API
- Changed the restriction
ipkey tohosts:- Backward compatibility is preserved. The legacy key
ipis still accepted. - The
hostsentry 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
- Backward compatibility is preserved. The legacy key
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