Node.js Wroclaw #6
Hi everyone
We're glad to announce that we're going to conduct the sixth meetup on 19th of May!
This time the meeting will be online: https://youtu.be/matL8z0e-OM
"Securing Node js RESTful APIs with JWT" - Kristina Volk
Have you ever thought about how the authentication token executes its work? What’s the behind the scenes of all the complexity and abstractions? In a nutshell, it’s a way of hashing a value and then a unique token appears in order to be used as a verification of the identity. It is a great tool allowing to restrict access to some resources of a website. If you are curious about it and eager to grasp the details of implementation the JWT token into your REST API, be patient, I would love to explain and share the tutorial I have explored and tested on a real application!