Open randomstuff opened 1 year ago
@randomstuff I am currently reading through the OWASP Cheat Sheet Series. Can I work on this? I have a few ideas on how to store and validate them.
Yes, please! This is all on GitHub and we take PR’s!
@jmanico I am pretty new to GitHub contribution, so what should I do now? Should I clone the session management cheatsheet, make changes to it and give a pull request or what to do? Kindly guide me through.
Probably easiest way is to fork it, then clone THAT, make changes, commit, and push to your repo (vs the original upstream one) and then create a PR from your repo.
See for example, "How to securely store and use session IDs" on Information Security Stack Exchange.
What is missing or needs to be updated?
The session management cheat sheet lacks guidance regarding how to store and validate session token (and similar tokens) server-side:
How should this be resolved?