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

multi client and profile security #58

Merged
merged 2 commits into from
Dec 6, 2023
Merged

multi client and profile security #58

merged 2 commits into from
Dec 6, 2023

Conversation

yixuanQicq
Copy link
Collaborator

add profile security:

  • only profile owner (user) can create/update/delete profile
  • profile owner and consent holder can get and view profile

add client/user security:

  • login needs to provide client id and user need to be under that client in order to login

added unit test for client/user controller, update unit test for profile

added multi client integration test (no mock) to test user login to different client and user access profile.

Copy link

sonarqubecloud bot commented Dec 6, 2023

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 6 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

@KaiserZZK KaiserZZK merged commit a30fe55 into main Dec 6, 2023
2 of 3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants