5 September 2019
otpgateway v2.0.0
Repository: @knadh/otpgateway
GitHub release page: v2.0.0
Changelog
-
579ebe2 feat: Add docker instructions in Makefile
-
66018f0 feat: Add a Dockerfile
-
32b7ffc feat: Read config from env variables
-
605a6db refactor: load interface and then type assert
-
8b978b4 Add goreleaser conf
Breaking changes in provider plugin API
The way Go plugins are loaded into otpgateway has changed to work around the versioning/vendoring issue (See https://github.com/golang/go/issues/20481, https://github.com/golang/go/issues/31354). The provider plugins now return an interface{}
instead of otpgateway.Provider
(which is then type asserted later).