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

Ensure that URL query parameters are preserved during OAuth #3656

Merged
merged 2 commits into from
Jun 29, 2022

Conversation

philippjfr
Copy link
Member

Fixes #3555

@codecov
Copy link

codecov bot commented Jun 29, 2022

Codecov Report

Merging #3656 (b956034) into master (f4cf0ff) will decrease coverage by 0.12%.
The diff coverage is 17.77%.

@@            Coverage Diff             @@
##           master    #3656      +/-   ##
==========================================
- Coverage   82.32%   82.20%   -0.13%     
==========================================
  Files         205      205              
  Lines       27893    27934      +41     
==========================================
  Hits        22963    22963              
- Misses       4930     4971      +41     
Impacted Files Coverage Δ
panel/auth.py 39.34% <17.77%> (-2.11%) ⬇️
panel/io/callbacks.py 74.61% <0.00%> (-3.08%) ⬇️
panel/io/reload.py 69.56% <0.00%> (-2.18%) ⬇️
panel/util.py 85.60% <0.00%> (-0.38%) ⬇️
panel/io/server.py 76.35% <0.00%> (-0.21%) ⬇️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update f4cf0ff...b956034. Read the comment docs.

@philippjfr philippjfr merged commit de3f978 into master Jun 29, 2022
@philippjfr philippjfr deleted the preserve_urlargs_auth branch June 29, 2022 20:51
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.

OAuth not working with prefixed app or behind a reverse proxy
1 participant