Releases: hypersign-protocol/hypersign-auth-server
Releases · hypersign-protocol/hypersign-auth-server
v5.2.0
What's Changed
- url sort by @Pratap2018 in #18
- url sort by @Pratap2018 in #19
- Redis only scale by @Pratap2018 in #20
- Edv integrate by @Pratap2018 in #23
- forgetPassword remove account by @Pratap2018 in #24
- changing usertable by @Pratap2018 in #25
- V5.1.1 by @Pratap2018 in #28
- Develop by @Pratap2018 in #29
Full Changelog: v5.0.0...v5.2.0
v5.1.0
What's Changed
- Feature/bootstrap by @Vishwas1 in #2
- Implement validation middle ware by @Pratap2018 in #9
- V4.1.0 by @Pratap2018 in #15
- url sort by @Pratap2018 in #18
- url sort by @Pratap2018 in #19
- Redis only scale by @Pratap2018 in #20
- Edv integrate by @Pratap2018 in #23
- forgetPassword remove account by @Pratap2018 in #24
- changing usertable by @Pratap2018 in #25
New Contributors
Full Changelog: tag-v4.1.0...v5.1.0-rc-1
v5.0.0
What's Changed
- Feature deeplink by @vikramIde in #1
- Feature/bootstrap by @Vishwas1 in #2
- Implement validation middle ware by @Pratap2018 in #9
- V4.1.0 by @Pratap2018 in #15
- Develop by @Pratap2018 in #16
New Contributors
- @vikramIde made their first contribution in #1
- @Vishwas1 made their first contribution in #2
- @Pratap2018 made their first contribution in #9
Full Changelog: https://github.com/hypersign-protocol/hypersign-auth-server/commits/v5.0.0
Release v4.1.0
- 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
Package Used
"hs-ssi-sdk": "^5.0.1",
"hypersign-auth-js-sdk": "^2.0.6",
What's Changed
- Feature deeplink by @vikramIde in #1
New Contributors
- @vikramIde made their first contribution in #1
Full Changelog: https://github.com/hypersign-protocol/hypersign-auth-server/commits/v4.0.0
First basic version
Merge pull request #2 from hypersign-protocol/feature/bootstrap Feature/bootstrap