Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 1.92 KB

File metadata and controls

29 lines (20 loc) · 1.92 KB

Preparation

Snippets API

  1. Make sure you can run the Snippets API locally
  2. Make sure your Postman collection for Snippets API is up to date and you can use it in session.

Memory refresh

Session pre-read

Optional Resources

For more research, you can explore the following resources:

  • Great additional read about Authentication vulnurabilities
  • Great tool to extend your developer toolboc - CyberChef
  • OWASP cheatsheets on authentication and session management (for a deeper security perspective).
  • A more in-depth article or video about JWT best practices (token lifetimes, refresh tokens, common pitfalls). JWT Attacks
  • Incredible resource to learn security and encryption concepts Cryptohack