Skip to content

Releases: Kansuler/bankid

Updated expired test certificate

05 Nov 15:14
6fde8b3

Choose a tag to compare

Trim suffix slash from URL

01 Aug 08:22
9a23f66

Choose a tag to compare

Thanks for the contribution @ragnarlonn

  • Trim "/" suffix on URL given to bankid.New() function call.

Replaced pkcs12 dependency

12 Apr 08:13
1544a1c

Choose a tag to compare

Thanks for the contribution @cegebe

  • This release replaces golang.org/x/crypto/pkcs12 with software.sslmate.com/src/go-pkcs12

Minor bugfix and export structs

09 Feb 21:29
c75e6a8

Choose a tag to compare

Thanks for contribution @movitz-s

  • Fix a minor bug in json tag for personal number
  • Export structs for mocking

Breaking: Updated to follow API v6.0

17 Jun 13:02
1bbec56

Choose a tag to compare

  • Modified request and response objects to mirror v6.0 specification.
  • Added PhoneAuth method for /rp/v6.0/auth/phone endpoint.
  • Improved flexibility in providing your own CA and SSL certificates.
  • Improved flexibility in providing your URL.
  • Updated crypto package to v0.1.0

Refresh dependencies and DRY improvements

15 Sep 14:19
ed7d6f1

Choose a tag to compare

Merge pull request #3 from Arneball/dry_and_upgrade

Dried up code, bumped go version, updated cert

ocspResponse had incorrect json annotation

30 Jan 12:18

Choose a tag to compare

v1.0.2

ocspResponse had incorrect json annotation, which meant it wasn't unm…

Added userVisibleDataFormat

11 Nov 14:28

Choose a tag to compare

Can set the parameter UserVisibleDataFormat on SignOptions for signing requests.

To see how to format the text please follow the Guidelines for Formatted Text v1.0 at https://www.bankid.com/utvecklare/rp-info

Added helper function for generating QR string

11 Sep 14:14
625ba93

Choose a tag to compare

Merge pull request #2 from Kansuler/qr-helper

Added function to generate a string for animated QR codes

Code quality improvements

08 Sep 10:36

Choose a tag to compare

Improved upon code quality and documentation