Commit Graph

3 Commits

Author SHA1 Message Date
Gustavo "Guz" L. de Mello
dbfb7e547d feat(cookies,middleware): constructor functions and encryption error handling 2024-07-23 14:29:05 -03:00
Gustavo "Guz" L. de Mello
c3dc549ceb feat(cookies): encrypt and decrypt cookies sent to the client
This is modtly (to try) preventing malicious client-side code, like
browser extensions, from reading social media tokens easily. Since this
application doesn't have a database, this is the best that can be done.
2024-07-23 13:40:30 -03:00
Gustavo "Guz" L. de Mello
9dd4681857 refactor(middlewares,router): follow http package structure and interfaces 2024-07-22 11:24:14 -03:00