ASWWU-Web / python_server

The API server for ASWWU Web. This project uses the Tornado web framework to serve and manage data across all ASWWU sites.
https://aswwu.com/server
4 stars 10 forks source link

base64 encode tokens #198

Closed rileyallyn closed 2 months ago

rileyallyn commented 2 months ago

This PR seeks to encode auth tokens in base64 to prevent easy scanning of tokens.

At some point I want to circle back on this and maybe reconsider using the WWUID in tokens