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

client: Deleting a client should delete all associated data too #1131

Closed
8 tasks
aeneasr opened this issue Oct 26, 2018 · 1 comment
Closed
8 tasks

client: Deleting a client should delete all associated data too #1131

aeneasr opened this issue Oct 26, 2018 · 1 comment
Labels
bug Something is not working. feat New feature or request. package/client package/oauth2
Milestone

Comments

@aeneasr
Copy link
Member

aeneasr commented Oct 26, 2018

Right now no tokens are deleted when deleting a client:

  • Handled consent requests
  • Consent requests
  • Handled login requests (maybe)
  • Login requests (maybe)
  • Authorize codes
  • Refresh tokens
  • Access tokens (implicit, PKCE, ...)
  • OIDC Flows
@aeneasr aeneasr added this to the v1.0.0-rc.1 milestone Oct 26, 2018
@aeneasr aeneasr added the bug Something is not working. label Nov 3, 2018
@aeneasr
Copy link
Member Author

aeneasr commented Nov 8, 2018

We need to provide a migration that purges old data with broken consistency before applying this. Could be part of the migration, would need a big fat warning before applying it because some clients might lose access.

aeneasr pushed a commit that referenced this issue Nov 18, 2018
aeneasr pushed a commit that referenced this issue Nov 18, 2018
aeneasr pushed a commit that referenced this issue Nov 18, 2018
See #1131

Signed-off-by: arekkas <[email protected]>
aeneasr pushed a commit that referenced this issue Nov 18, 2018
aeneasr pushed a commit that referenced this issue Nov 18, 2018
aeneasr pushed a commit that referenced this issue Nov 18, 2018
See #1131

Signed-off-by: arekkas <[email protected]>
aeneasr pushed a commit that referenced this issue Nov 18, 2018
Closes #1131

Signed-off-by: arekkas <[email protected]>
aeneasr pushed a commit that referenced this issue Nov 18, 2018
aeneasr pushed a commit that referenced this issue Nov 18, 2018
aeneasr pushed a commit that referenced this issue Nov 18, 2018
See #1131

Signed-off-by: arekkas <[email protected]>
aeneasr pushed a commit that referenced this issue Nov 18, 2018
aeneasr pushed a commit that referenced this issue Nov 18, 2018
aeneasr pushed a commit that referenced this issue Nov 18, 2018
See #1131

Signed-off-by: arekkas <[email protected]>
aeneasr pushed a commit that referenced this issue Nov 18, 2018
Closes #1131

Signed-off-by: arekkas <[email protected]>
aeneasr pushed a commit that referenced this issue Nov 18, 2018
aeneasr pushed a commit that referenced this issue Nov 18, 2018
aeneasr pushed a commit that referenced this issue Nov 18, 2018
See #1131

Signed-off-by: arekkas <[email protected]>
aeneasr pushed a commit that referenced this issue Nov 18, 2018
aeneasr pushed a commit that referenced this issue Nov 18, 2018
aeneasr pushed a commit that referenced this issue Nov 18, 2018
See #1131

Signed-off-by: arekkas <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something is not working. feat New feature or request. package/client package/oauth2
Projects
None yet
Development

No branches or pull requests

1 participant