Releases: Kansuler/bankid
Releases · Kansuler/bankid
Updated expired test certificate
Trim suffix slash from URL
Thanks for the contribution @ragnarlonn
- Trim "/" suffix on URL given to
bankid.New()function call.
Replaced pkcs12 dependency
Thanks for the contribution @cegebe
- This release replaces
golang.org/x/crypto/pkcs12withsoftware.sslmate.com/src/go-pkcs12
Minor bugfix and export structs
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
- 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
Merge pull request #3 from Arneball/dry_and_upgrade Dried up code, bumped go version, updated cert
ocspResponse had incorrect json annotation
v1.0.2 ocspResponse had incorrect json annotation, which meant it wasn't unm…
Added userVisibleDataFormat
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
Merge pull request #2 from Kansuler/qr-helper Added function to generate a string for animated QR codes
Code quality improvements
Improved upon code quality and documentation