The Wayback Machine - http://web.archive.org/web/20220626094737/https://github.com/topics/oauth2-proxy
Skip to content
#

oauth2-proxy

Here are 33 public repositories matching this topic...

oauth2-proxy
WareJosephB
WareJosephB commented May 25, 2022

Expected Behavior

When making a request with headers "Connection: keep-alive, Upgrade; Upgrade: websocket", the keep-alive should be ignored when checking if the request should be served by a Websocket, per IETF protocol document, the Connection header must include Upgrade, but is not limited to exactl

Malian
Malian commented Feb 21, 2019

I need to do a collateral call to google APIs from my backend to get additional information about the user (full name, profile picture, team, ...). For that, I need to have the access token. Unfortunately, now I only have access to the user's email.

A solution could be to return the access token in the header key X-Forwarded-AccessToken but I think we will have to manage when the access token

enhancement good first issue

Improve this page

Add a description, image, and links to the oauth2-proxy topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the oauth2-proxy topic, visit your repo's landing page and select "manage topics."

Learn more