This repository has been archived by the owner on Apr 11, 2023. It is now read-only.
Releases: trustbloc/auth
Releases · trustbloc/auth
v0.1.8
What's Changed
- fix: Update signupText and signinText to logos by @talwinder50 in #142
- feat: Support to override OIDC discovered issuer URL by @rolsonquadras in #144
- feat: add the possibility to create bdd context with out CA certs path by @vkubiv in #146
- chore(deps): bump axios from 0.21.1 to 0.21.2 in /cmd/auth-vue by @dependabot in #145
- feat: Support to configure oidc scope in provider config by @rolsonquadras in #149
- chore: third party library dep update by @rolsonquadras in #150
- chore: golang v1.17 update by @rolsonquadras in #151
- ci: Switch to GitHub Actions by @rolsonquadras in #156
- test: add missing host name by @rolsonquadras in #157
- ci: add github-actions status badge by @rolsonquadras in #158
- chore: dependency updates by @rolsonquadras in #168
- chore: aries and trustbloc dependency update by @rolsonquadras in #170
- chore: afg-ext update by @rolsonquadras in #171
New Contributors
Full Changelog: v0.1.7...v0.1.8
Release v0.1.7
Merge pull request #139 from fqutishat/update chore: release 0.1.7
Release v0.1.6
Hub-Auth Release Notes - Mar 6, 2021
Updates
- Switched to new aries-framework-go storage (#95)
Download
Using docker: docker pull docker.pkg.github.com/trustbloc/hub-auth/auth-rest:0.1.6
.
Release v0.1.5
Hub-Auth Release Notes - Dec 7, 2020
This is the initial release of hub-auth
.
hub-auth
enables Chained Federation in the role of Service Broker. It provides end-user authentication services for other components in the TrustBloc ecosystem as well as minimal storage containers for end-user wallets to store bootstrap data.
Features
- OpenID Connect service provider with discovery
- Support for federated third party OIDC providers
- Minimal end-user wallet bootstrap data storage
- Basic end-user wallet secret storage
Download
Using docker: docker pull docker.pkg.github.com/trustbloc/hub-auth/auth-rest:0.1.5
.