Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Add "authenticated" user roles and permissions, and amend API definitions [DEV-2684] #267

Merged
merged 4 commits into from
Jun 26, 2023

Conversation

lampkin-diet
Copy link
Contributor

@lampkin-diet lampkin-diet commented Jun 21, 2023

Modifications:

  • Injected chain of responsibilities for auth
  • Renamed revocation API endpoint to credential-status
  • Fixed logic when authentication enabled or not.
  • small refactoring

@ankurdotb
Copy link
Contributor

@lampkin-diet lampkin-diet changed the base branch from main to develop June 21, 2023 06:39
Andrew Nikitin added 3 commits June 22, 2023 11:40
- Injected chain of responsibilities for auth
- Renamed `revocation` API endpoint to `credential-status`
- Fixed logic when authentication enabled or not.
- small refactoring
@Tweeddalex Tweeddalex changed the title feat: Allow unauthenticated as well as unauthenticated users to make some actions [DEV-2684] feat: Add "authenticated" user roles and permissions, and amend API definitions [DEV-2684] Jun 26, 2023
README.md Show resolved Hide resolved
@lampkin-diet lampkin-diet merged commit 2a6b30f into develop Jun 26, 2023
@lampkin-diet lampkin-diet deleted the DEV-2684 branch June 26, 2023 13:22
cheqd-bot bot pushed a commit that referenced this pull request Jun 26, 2023
## [2.4.0-develop.1](2.3.2-develop.2...2.4.0-develop.1) (2023-06-26)

### Features

* Add "authenticated" user roles and permissions, and amend API definitions [DEV-2684] ([#267](#267)) ([2a6b30f](2a6b30f))
@cheqd-bot
Copy link

cheqd-bot bot commented Jun 26, 2023

🎉 This PR is included in version 2.4.0-develop.1 🎉

The release is available on:

Your semantic-release bot 📦🚀

cheqd-bot bot pushed a commit that referenced this pull request Jun 29, 2023
## [2.4.0](2.3.1...2.4.0) (2023-06-29)

### Features

* Add "authenticated" user roles and permissions, and amend API definitions [DEV-2684] ([#267](#267)) ([2a6b30f](2a6b30f))

### Bug Fixes

* Fix bug where credential-service expects config variables with authentication and external DB disabled [DEV-2843] ([#276](#276)) ([4008bdf](4008bdf))
* Fix for the order of auth handlers ([#275](#275)) ([6d3bb77](6d3bb77))
* Fix local storage instantiating ([#269](#269)) ([6ec820f](6ec820f))
@cheqd-bot
Copy link

cheqd-bot bot commented Jun 29, 2023

🎉 This PR is included in version 2.4.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

@cheqd-bot cheqd-bot bot added the released label Jun 29, 2023
lampkin-diet pushed a commit that referenced this pull request Jun 30, 2023
* Change version from develop

* chore(release): 2.4.0 [skip ci]

## [2.4.0](2.3.1...2.4.0) (2023-06-29)

### Features

* Add "authenticated" user roles and permissions, and amend API definitions [DEV-2684] ([#267](#267)) ([2a6b30f](2a6b30f))

### Bug Fixes

* Fix bug where credential-service expects config variables with authentication and external DB disabled [DEV-2843] ([#276](#276)) ([4008bdf](4008bdf))
* Fix for the order of auth handlers ([#275](#275)) ([6d3bb77](6d3bb77))
* Fix local storage instantiating ([#269](#269)) ([6ec820f](6ec820f))

* chore: Run release process

* Debugging

* Return back conventionalcommits version

* Fix package-lock.json

* fix: Fix building image for release

* chore(release): 2.4.1 [skip ci]

## [2.4.1](2.4.0...2.4.1) (2023-06-30)

### Bug Fixes

* Fix building image for release ([2352114](2352114))

* Back-merge from the main branch

---------

Co-authored-by: semantic-release-bot <semantic-release-bot@martynus.net>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

Successfully merging this pull request may close these issues.

3 participants