Skip to content

Releases: silinternational/serverless-mfa-api-go

bump x/crypto to v0.31.0

13 Dec 14:29
816b60e
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.3.5...v2.3.6

more errors logged with detail

12 Nov 12:30
fae7973
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.3.4...v2.3.5

add detail in webauthn failure log messages

08 Nov 14:35
ba5337e
Compare
Choose a tag to compare

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

11 Oct 08:15
e2edefc
Compare
Choose a tag to compare

Added
-Pushing the Docker images to ghcr.io (Git Container Registry)

increase log retention to 60 days

30 Aug 04:18
6300324
Compare
Choose a tag to compare

Changed

  • Increased log retention to 60 days

use GitHub Actions

01 Mar 17:34
4993ce1
Compare
Choose a tag to compare

Changed

  • Use GitHub Actions instead of Codeship for test and deploy

change to the Amazon Linux 2 Lambda runtime

21 Nov 22:28
ce9367f
Compare
Choose a tag to compare
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

17 Oct 18:02
d94260f
Compare
Choose a tag to compare

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

28 Aug 20:05
a5d9b36
Compare
Choose a tag to compare

Changed (non-breaking)

  • Remove the CORS middleware since it is not required for this application.

Cleanup IAM policy, update webauthn Go library

21 Aug 20:22
0bbfb3c
Compare
Choose a tag to compare

Changed (non-breaking)

  • Replace deprecated duo-labs/webauthn with go-webauthn/webauthn.

Fixed

  • Whitespace formatting using go fmt and gofumpt.
  • Remove the duplicate "..._global" resource from the Lambda Role's policy
    • The api_key_table and webauthn_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.