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

Fix token renewal panic #97

Merged
merged 1 commit into from
Mar 14, 2023
Merged

Fix token renewal panic #97

merged 1 commit into from
Mar 14, 2023

Conversation

broamski
Copy link
Collaborator

Fixes token renewal panic as reported in #95

Break out token renewal capabilities into its own function, with improved validation to avoid a nil pointer dereference.

Includes tests for validation.

…oved

validation to avoid a nil pointer dereference.

Includes tests for validation.
@broamski broamski linked an issue Mar 13, 2023 that may be closed by this pull request
@broamski broamski merged commit fe0ae1c into master Mar 14, 2023
@broamski broamski deleted the renewal_panic branch March 14, 2023 15:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

Panic in auth.RenewService
2 participants