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

Add state argument to delete #66

Merged
merged 2 commits into from
Jul 29, 2024

Conversation

JonathanLorimer
Copy link
Contributor

This PR also includes diff changes from #65

All call sites of sessionStoreDelete have access to the state argument, and in my case I want to only clear the state for a specific authentication request (not all of them), therefore I need to identify which entry I am going to remove.

I could parameterize my entire session store by State but that is kind of clunky and doesn't allow me to simply define the session store once.

@JonathanLorimer
Copy link
Contributor Author

@krdlab

@JonathanLorimer
Copy link
Contributor Author

@krdlab I rebased, and fixed the failure on the example component. Ready for review again

Copy link
Owner

@krdlab krdlab left a comment

Choose a reason for hiding this comment

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

Thanks for the PR. Sorry for my late reply.

@krdlab krdlab merged commit 5f88f84 into krdlab:master Jul 29, 2024
4 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