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

Export validate function #68

Merged
merged 1 commit into from
Jul 29, 2024
Merged

Conversation

thomasjm
Copy link
Contributor

I needed this lower-level function to have a little more control over the OIDC flow. In my case, I wanted to manage the HTTP request myself and do some logging around it.

This validate function is essentially the core part of the requestTokens function, minus the constructing/sending/decoding the request, so I think it's useful to export in its own right.

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.

Thank you for your PR. Indeed, it would be more convenient to export validate function.

@krdlab krdlab merged commit 2d19db0 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