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 refresh http only variable #1493

Merged
merged 1 commit into from Mar 4, 2024
Merged

Fix refresh http only variable #1493

merged 1 commit into from Mar 4, 2024

Conversation

ogabrielluiz
Copy link
Contributor

This pull request fixes the issue with the refresh http only variable in the refresh_token endpoint. The httponly parameter was incorrectly named as REFRESH_TOKEN_HTTPONLY instead of REFRESH_HTTPONLY. This PR updates the parameter name to REFRESH_HTTPONLY to ensure the correct behavior.

@dosubot dosubot bot added size:XS This PR changes 0-9 lines, ignoring generated files. bug Something isn't working python Pull requests that update Python code labels Mar 4, 2024
@ogabrielluiz ogabrielluiz merged commit 19afd64 into dev Mar 4, 2024
6 of 8 checks passed
@ogabrielluiz ogabrielluiz deleted the fix_refresh_http branch March 4, 2024 11:43
ogabrielluiz added a commit that referenced this pull request Mar 4, 2024
* Fix refresh http only variable (#1493)

* Fix refresh http only variable

* Update version to 0.6.10 in pyproject.toml
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working python Pull requests that update Python code size:XS This PR changes 0-9 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant