arow-oss / goat-guardian

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

add configuration options for the session cookie #5

Open cdepillabout opened 6 years ago

cdepillabout commented 6 years ago

When a user logins in, Goat Guardian creates a session cookie called _GG_SESSION.

The settings for the cookie are defined here:

https://github.com/arow-oss/goat-guardian/blob/cc51574bccc011047d95265d717fb26fcf73f5cd/src/GoatGuardian.hs#L324-L331

It would be nice to allow the operator the ability to change these settings.