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

feat: respect x-forwarded-proto in auth #171

Merged
merged 1 commit into from
Oct 26, 2022
Merged

feat: respect x-forwarded-proto in auth #171

merged 1 commit into from
Oct 26, 2022

Conversation

tripodsan
Copy link
Contributor

needed for local development of access controlled projects.
otherwise auth redirect would go to https://localhost which is currently not supported.

@codecov
Copy link

codecov bot commented Oct 26, 2022

Codecov Report

Merging #171 (74ca092) into main (053e73e) will not change coverage.
The diff coverage is 100.00%.

@@            Coverage Diff            @@
##              main      #171   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           49        49           
  Lines         3965      3970    +5     
=========================================
+ Hits          3965      3970    +5     
Impacted Files Coverage Δ
src/utils/auth.js 100.00% <100.00%> (ø)

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@tripodsan tripodsan merged commit cae61e1 into main Oct 26, 2022
@tripodsan tripodsan deleted the x-fwd-proto branch October 26, 2022 09:02
github-actions bot pushed a commit that referenced this pull request Oct 26, 2022
# [3.5.0](v3.4.6...v3.5.0) (2022-10-26)

### Features

* respect x-forwarded-proto in auth ([#171](#171)) ([cae61e1](cae61e1))
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.

2 participants