Skip to content

Releases: hypersign-protocol/hypersign-auth-server

v5.2.0

18 Oct 09:17
7febe6b
Compare
Choose a tag to compare

What's Changed

Full Changelog: v5.0.0...v5.2.0

v5.1.0

03 Feb 12:03
de5113c
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: tag-v4.1.0...v5.1.0-rc-1

v5.0.0

14 Oct 08:59
d87e0c5
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: https://github.com/hypersign-protocol/hypersign-auth-server/commits/v5.0.0

Release v4.1.0

01 Sep 07:46
Compare
Choose a tag to compare
  • Implemented Verify Access Token middleware
  • Add AUTH0TENANT in env for auth0 tenant URL
  • If you get this error TypeError: suite.ensureSuiteContext is not a function then here is workaround
- cd node_modules/vc-js 
- Change  "jsonld-signatures": version from 9 to  "jsonld-signatures": "^5.0.1" in package.json
- Then do`npm i`

Full Changelog: v4.0.0...tag-v4.1.0

Release v4.0.0

23 Aug 12:01
Compare
Choose a tag to compare

Package Used

"hs-ssi-sdk": "^5.0.1",
 "hypersign-auth-js-sdk": "^2.0.6",

What's Changed

New Contributors

Full Changelog: https://github.com/hypersign-protocol/hypersign-auth-server/commits/v4.0.0

First basic version

02 Jul 07:18
21caead
Compare
Choose a tag to compare
Merge pull request #2 from hypersign-protocol/feature/bootstrap

Feature/bootstrap