mirror of
https://github.com/jupyterhub/jupyterhub.git
synced 2025-10-15 14:03:02 +00:00

rather than attempting to clear multiple tokens (too complicated, breaks named servers) look for and accept first valid token have to do our own cookie parsing because existing cookie implementations only return a single value for each key and default to selecting the _least_ likely to be correct, according to RFCs. set updated xsrf cookie on login to avoid needing two requests to get the right cookie