5 September 2019

otpgateway v2.0.0

Repository: @knadh/otpgateway

GitHub release page: v2.0.0


Changelog

  • a0cdcdb Merge pull request #1 from mr-karan/master

  • 579ebe2 feat: Add docker instructions in Makefile

  • 66018f0 feat: Add a Dockerfile

  • 32b7ffc feat: Read config from env variables

  • c617ff8 Merge pull request #2 from rhnvrm/master

  • 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).