Skip to content

Forward the request headers from the frontend to the auth server#728

Merged
d-j-hatton merged 3 commits into
mainfrom
forward-auth-headers
Jan 16, 2026
Merged

Forward the request headers from the frontend to the auth server#728
d-j-hatton merged 3 commits into
mainfrom
forward-auth-headers

Conversation

@tieneupin

Copy link
Copy Markdown
Contributor

Forwards the headers the backend server receives from the frontend to the authentication server. This provides the authentication server with the information it needs to validate sessions locally without needing to query the authentication endpoint every time.

@tieneupin tieneupin self-assigned this Jan 16, 2026
@tieneupin tieneupin added enhancement New feature or request server Relates to the server component labels Jan 16, 2026
@codecov

codecov Bot commented Jan 16, 2026

Copy link
Copy Markdown

Codecov Report

❌ Patch coverage is 40.00000% with 3 lines in your changes missing coverage. Please review.
✅ Project coverage is 46.03%. Comparing base (ed26545) to head (8a571f0).
⚠️ Report is 2 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #728      +/-   ##
==========================================
- Coverage   46.04%   46.03%   -0.01%     
==========================================
  Files          91       91              
  Lines        9636     9638       +2     
  Branches     1260     1261       +1     
==========================================
  Hits         4437     4437              
- Misses       4978     4980       +2     
  Partials      221      221              
🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@d-j-hatton d-j-hatton left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Does the Request get passed in automatically?

@tieneupin

tieneupin commented Jan 16, 2026

Copy link
Copy Markdown
Contributor Author

Yes, it does. That Depends function is very powerful.

@d-j-hatton d-j-hatton merged commit 35988da into main Jan 16, 2026
8 checks passed
@d-j-hatton d-j-hatton deleted the forward-auth-headers branch January 16, 2026 09:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request server Relates to the server component

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants