Releases: wwWallet/wallet-backend-server
Releases · wwWallet/wallet-backend-server
v0.2.0
v0.1.0
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
Merge pull request #1 from gunet/update-resp-signup Send all necessary user data after success signup
v0.0.3
What's Changed
- feat: sd-jwt presentation by @chariskms in #48
- Selective disclosure jwt by @kkmanos in #49
- exposed HandleOutboudRequestError by @kkmanos in #50
- send feedback on presentation flow by @kkmanos in #51
- added workflow for new release by @kkmanos in #52
New Contributors
- @chariskms made their first contribution in #48
Full Changelog: v0.0.1...v0.0.3