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

Configure NONCE and CV cookies as secure for pkce #39

Merged
merged 1 commit into from
Sep 26, 2023
Merged

Configure NONCE and CV cookies as secure for pkce #39

merged 1 commit into from
Sep 26, 2023

Conversation

SiCoe
Copy link

@SiCoe SiCoe commented Sep 22, 2023

The PR is to resolve Issue #34 (Cookies created without Secure property set) for pkce; github and openai also need looking at.

Note: as stated on the issue, this could be considered a breaking change and therefore I'm happy to target a v4 branch instead so major version release can be done.

@SiCoe SiCoe linked an issue Sep 22, 2023 that may be closed by this pull request
@SiCoe SiCoe added this to the v4 milestone Sep 25, 2023
@SiCoe SiCoe changed the base branch from master to v4 September 25, 2023 09:49
@SiCoe SiCoe marked this pull request as ready for review September 25, 2023 09:50
Copy link

@steve-forth steve-forth left a comment

Choose a reason for hiding this comment

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

I agree enforcing secure only usage would appear to be a breaking change as previously HTTPS would not have been required. However I doubt anyone is using this functionality on a HTTP only connection.

@SiCoe SiCoe merged commit bf49023 into v4 Sep 26, 2023
2 checks passed
@SiCoe SiCoe deleted the DP-481 branch September 26, 2023 10:45
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.

Cookies created without Secure property set
2 participants