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: #2567 by echoing the secret from the request URL #2569

Closed
wants to merge 1 commit into from

Conversation

pankgeorg
Copy link
Collaborator

The secret is not taken from the session settings; rather we paste whatever existed in the initial request. So this should be as secure as the initial one.

@pankgeorg pankgeorg requested a review from fonsp May 22, 2023 09:45
@github-actions
Copy link
Contributor

Try this Pull Request!

Open Julia and type:

julia> import Pkg
julia> Pkg.activate(temp=true)
julia> Pkg.add(url="https://github.com/fonsp/Pluto.jl", rev="pg/fix-2567")
julia> using Pluto

@fonsp
Copy link
Owner

fonsp commented May 23, 2023

Thanks @pankgeorg ! I found a shorter solution in 20515dd by reusing the existing cookie-setting logic

@fonsp fonsp closed this May 23, 2023
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.

None yet

2 participants