franklindyer / agora-app

Simple and (hopefully) secure social media application. Also a project for spring 2024 CS 444 cybersecurity class at UNM.
4 stars 1 forks source link

session token retrieval added to preprocessing #40

Closed franklindyer closed 6 months ago

franklindyer commented 6 months ago

Cleaned up some stuff in server, including removing repeated code in some of the routes that was used to retrieve the session cookie for various routes. This is now done in preprocessing, in just one line.