movableink / doorman

HTTP Proxy + OAuth
MIT License
167 stars 52 forks source link

Add ability to control how the duration of the session cookie #8

Closed coryking closed 10 years ago

coryking commented 10 years ago

By default session cookies are only 4 hours. We wanted to create a site that has a long-lived cookie so users would not have to constantly re-auth.

This pull request lets you configure the max age of the session used to store the auth token.