2022-11-28
|~3 min read
|547 words
I previously wrote about testing node APIs with Supertest, but what about a protected route? One which requires a valid JWT associated with…
2022-11-28
|~3 min read
|507 words
Security for applications is a huge topic and it’s only growing in importance. Today, I was reviewing the OWASP Cheat Sheet for Cross-Site…