hey there, I am very thankful that you guys wrote ...
# support-questions-legacy
l
hey there, I am very thankful that you guys wrote these articles: https://medium.com/hackernoon/all-you-need-to-know-about-user-session-security-ee5245e6bdad and https://medium.com/hackernoon/the-best-way-to-securely-manage-user-sessions-91f27eeef460#e81c They really helped me to gather a better understanding on session management. Now, I would like to try that out on my own Node.js project. It will be a non-commercial student project and only for my educational purpose. I know that you have your own library which would make things a lot easier for me. However, for the sake of a maximum learn-effect, I would like to take the hard-way and implement session security measures myself (yup, I know I'm being silly here... let's say I try to enforce decent security measures for my JWT's assuming that Anonymous & Co. ain't coming for my database & server 😂 ). Am I allowed to ask some of you token-gods for help if I have a question regarding some of the concepts?