arow-oss / goat-guardian

Reverse proxy that handles authentication
MIT License
39 stars 1 forks source link

Add headers #28

Closed cdepillabout closed 6 years ago

cdepillabout commented 6 years ago

This PR adds headers to the proxied request so that the upstream web app knows the user's twitter token and twitter secret. This way the upstream web app can make requests to Twitter for the user.

This PR fixes #26.