Skip to content

Releases: wwWallet/wallet-backend-server

v0.2.7

08 Apr 09:24
130f6e8

Choose a tag to compare

v0.2.7 Pre-release
Pre-release

What's Changed

Full Changelog: v0.2.6...v0.2.7

v0.2.6

21 Mar 15:29
3f9d808

Choose a tag to compare

v0.2.6 Pre-release
Pre-release

What's Changed

  • Shared library: Minor change in response of proxy router by @kkmanos in #78
  • Update contribution guidelines by @pstamatop in #76

Full Changelog: v0.2.5...v0.2.6

v0.2.5

21 Feb 09:31
d0cc72d

Choose a tag to compare

v0.2.5 Pre-release
Pre-release

What's Changed

  • Remember duration options by @kkmanos in #71
  • Changed UserEntity.privateData column datatype from blob to mediumblob by @kkmanos in #74
  • Schema extensions to support batch issuance by @kkmanos in #73
  • Fix comment syntax in .editorconfig by @emlun in #72
  • Set limit of accepted payloads by @kkmanos in #75
  • Rename firebase sendPushNotification scope by @gkatrakazas in #77

Full Changelog: v0.2.0...v0.2.5

v0.2.0

25 Oct 13:22
86b0737

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

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

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

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