-
Notifications
You must be signed in to change notification settings - Fork 2
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
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- Injected chain of responsibilities for auth - Renamed `revocation` API endpoint to `credential-status` - Fixed logic when authentication enabled or not. - small refactoring
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
DaevMithran
approved these changes
Jun 26, 2023
ankurdotb
reviewed
Jun 26, 2023
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))
🎉 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))
🎉 This PR is included in version 2.4.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
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
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Modifications:
revocation
API endpoint tocredential-status