arow-oss / goat-guardian

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

add a way to specify the the url path under which all goat-guardian endpoints live #6

Open cdepillabout opened 6 years ago

cdepillabout commented 6 years ago

Currently, goat-guardian is assuming that the Twitter OAuth login and callback endpoints are at /twitter/login and /twitter/callback.

However, it would be great to allow the operator to be able to specify a parent path.

For instance, if you run goat-guardian and specify the environment variable GG_URL_PATH as /auth, then goat-guardian would assume the Twitter OAuth login and callback endpoints are at /auth/twitter/login and /auth/twitter/callback.

This would need to work for any other authentication endpoints as defined in #1 or #2.

arowM commented 6 years ago

This could be "after MVP" milestone.

The reason is as follows.

cdepillabout commented 6 years ago

Okay, let's do that! I'll change it to "after MVP"!