cesium-ml / baselayer

Fully customizable (scientific, compute-intensive) web application template
http://cesium-ml.org/baselayer/
31 stars 18 forks source link

Clean up after sessions in all handlers #315

Closed stefanv closed 2 years ago

stefanv commented 2 years ago

Before, session removal only happened on handlers deriving from BaseHandler. This meant that the Python Social Auth handlers did not do proper session removal upon error.