Skip to content

v0.1.0

Pre-release
Pre-release

Choose a tag to compare

@kkmanos kkmanos released this 27 Sep 13:35
· 110 commits to master since this release
a7ce8cd

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