Releases: silinternational/serverless-mfa-api-go
Releases · silinternational/serverless-mfa-api-go
bump x/crypto to v0.31.0
more errors logged with detail
What's Changed
- Release - Run golangci-lint and govulncheck in CI workflow by @briskt in #81
- Feature concurrency by @Praveenraj-K in #83
- Changing the package naming by @Praveenraj-K in #84
- Release - log more error detail by @briskt in #82
Full Changelog: v2.3.4...v2.3.5
add detail in webauthn failure log messages
Changed
- Deploy to 2 regions at the same time.
- Add detail to log messages for webauthn fail
Release v2.3.3 --GHCR.io image push
Added
-Pushing the Docker images to ghcr.io (Git Container Registry)
increase log retention to 60 days
Changed
- Increased log retention to 60 days
use GitHub Actions
Changed
- Use GitHub Actions instead of Codeship for test and deploy
change to the Amazon Linux 2 Lambda runtime
Merge pull request #70 from silinternational/develop Release 2.3.0 - change to the Amazon Linux 2 Lambda runtime
Return hash of the key handle from login endpoint
Added
- Return the hash of the key handle, which is what the registration endpoint returns. This allows the caller to look up the credential by the same token that it had at registration time.
Remove CORS
Changed (non-breaking)
- Remove the CORS middleware since it is not required for this application.
Cleanup IAM policy, update webauthn Go library
Changed (non-breaking)
- Replace deprecated duo-labs/webauthn with go-webauthn/webauthn.
Fixed
- Whitespace formatting using
go fmt
andgofumpt
. - Remove the duplicate "..._global" resource from the Lambda Role's policy
- The
api_key_table
andwebauthn_table
values now include the full table name, so this transitional additional resource name (where we manually appended the "_global" suffix) is no longer needed.
- The