Possible to change the token after the server is launched

Hi, jupyter server generates a random token, which tornado uses to send requests to the jupyter backend. I was wondering if it can be changed once the server is up n running? I want to avoid having a long living token, so instead of implementing the whole Oauth state machine, looking for a quick workaround.