You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Slack does not allow for http callbacks. However, it seems that when using a tunneled route (using VSCode ports personally), that the auth server is ignoring the forwarded protocol and the forwarded port.
* Fixes#169 - adds forwarded proto and forwarded port
* remove pnpm lock file
* Supports forwarded protocol and forwarded port in the relative URL
* Update other locations with forwarded ports and protocols
* Remove unused forwards
* Undo import sort
* Update packages/openauth/src/issuer.ts
Removing the trailing slash as per raphaeltm's suggestion
Co-authored-by: Raphaël Titsworth-Morin <raphael@raphaeltm.com>
---------
Co-authored-by: Raphaël Titsworth-Morin <raphael@raphaeltm.com>
Problem
Slack does not allow for
http
callbacks. However, it seems that when using a tunneled route (using VSCode ports personally), that the auth server is ignoring the forwarded protocol and the forwarded port.Relevant Code
openauth/packages/openauth/src/util.ts
Lines 7 to 11 in 70233c7
Necessary Changes
x-forwarded-proto
andx-forwarded-port
The text was updated successfully, but these errors were encountered: