I am a computer engineering graduate who passed out in 2020, and have a year of experience majorly in React and NodeJS. In college I loved to participate in coding competitions, hackathons and tech talks, and now that everything is remote, I am loving the transition of such events from in-person to online.
I am available for a quick chat about anything you'd like to talk about - tech, career, education.
Great introduction! However I'd like to point out one thing - the standard practice is to send the JWT in the Authorization header as a Bearer token, that is, the value of this header should be Bearer <jwt_here> . Then we can modify the /verify endpoint to check the Authorization header and extract the token by splitting it by space and getting the second value.
Great work Jarrod! I'm on mobile, will definitely try to play it once I get a hold of my laptop. I'd love to see the creepy "Player X passed" or "Player X eliminated" sound play whenever a player passes/fails. Maybe we could leverage the real time database for this? Let me know if you'd like to collaborate to add this feature. Great work again!