arow-oss / goat-guardian

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

add a logout handler #8

Closed cdepillabout closed 6 years ago

cdepillabout commented 6 years ago

It will be necessary to add a /logout handler. This will just delete the _GG_SESSION cookie.

cdepillabout commented 6 years ago

This has been implemented in commits a6f63bf and bfcdf61.