Merge pull request #1748 from minrk/cookie-options

expose cookie options and pass them down to spawners
This commit is contained in:
Min RK
2018-04-05 10:28:46 +02:00
committed by GitHub
4 changed files with 37 additions and 5 deletions

View File

@@ -214,6 +214,7 @@ class User:
proxy_spec=url_path_join(self.proxy_spec, name, '/'),
db=self.db,
oauth_client_id=client_id,
cookie_options = self.settings.get('cookie_options', {}),
)
# update with kwargs. Mainly for testing.
spawn_kwargs.update(kwargs)