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(auth): soft delete access tokens and grant accesses #2837

Merged
merged 1 commit into from
Aug 8, 2024

Conversation

njlie
Copy link
Contributor

@njlie njlie commented Aug 2, 2024

Changes proposed in this pull request

  • Soft delete access items on grant revocation
  • Soft delete access tokens on revocation & grant revocation

Context

Fixes #2819

Checklist

  • Related issues linked using fixes #number
  • Tests added/updated
  • Documentation added
  • Make sure that all checks pass
  • Bruno collection updated

@github-actions github-actions bot added type: tests Testing related type: source Changes business logic pkg: auth Changes in the GNAP auth package. labels Aug 2, 2024
Copy link

netlify bot commented Aug 2, 2024

Deploy Preview for brilliant-pasca-3e80ec canceled.

Name Link
🔨 Latest commit 0d308c6
🔍 Latest deploy log https://app.netlify.com/sites/brilliant-pasca-3e80ec/deploys/66ad59a344b3d5000863933d

Copy link
Contributor

@mkurapov mkurapov left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚀

@njlie njlie merged commit 4a43281 into main Aug 8, 2024
36 of 42 checks passed
@njlie njlie deleted the nl/2819/soft-delete-access branch August 8, 2024 14:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
pkg: auth Changes in the GNAP auth package. type: source Changes business logic type: tests Testing related
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Do not hard delete access and access tokens in auth service
2 participants