Skip to content

Releases: wwWallet/wallet-backend-server

v0.2.0

25 Oct 13:22
86b0737
Compare
Choose a tag to compare
v0.2.0 Pre-release
Pre-release

What's Changed

  • Protocols to client by @kkmanos in #68
  • Additions required for the refresh token grant type implementation by @kkmanos in #70

Full Changelog: v0.1.0...v0.2.0

v0.1.0

27 Sep 13:35
a7ce8cd
Compare
Choose a tag to compare
v0.1.0 Pre-release
Pre-release

What's Changed

  • removed the filtering of old credential offers being used with same issuer_state by @kkmanos in #53
  • Add EditorConfig by @emlun in #55
  • Remove initSession and use only filterUserData by @gkatrakazas in #59
  • Update Login/Signup for Offline Compatibility by @gkatrakazas in #58
  • Support asymmetric encryption in frontend by @emlun in #56
  • Change type of privateData from string to Buffer by @emlun in #54
  • Protect UserEntity.privateData update with ETag/If-Match headers by @emlun in #57
  • Fix issues with X-Private-Data-ETag header by @emlun in #60
  • Move additional base64 encoding of WebAuthn responses to backend by @emlun in #61
  • removed id-token handling as deprecated by @kkmanos in #62
  • Miscellaneous refactorizations by @emlun in #63
  • Add version number to token payload by @emlun in #64
  • Rename UserEntity.webauthnUserHandle to uuid and use it instead of DID where possible by @emlun in #65
  • Support unique, per-credential key pairs by @emlun in #66
  • Delete createIdToken and other unused code by @emlun in #67

Full Changelog: v0.0.3...v0.1.0

PWA Offline Test

24 Jul 07:24
8a11625
Compare
Choose a tag to compare
PWA Offline Test Pre-release
Pre-release
Merge pull request #1 from gunet/update-resp-signup

Send all necessary user data after success signup

v0.0.3

27 May 11:28
3d0b57f
Compare
Choose a tag to compare
v0.0.3 Pre-release
Pre-release

What's Changed

New Contributors

Full Changelog: v0.0.1...v0.0.3