When it comes to API development, there is often a need to protect certain endpoints or rate-limit the API in general. Because you are working with endpoints from clients possibly on a different domain, you can't authenticate users with sessions and cookies. It would also be a bad idea to pass around a username and […]
The post JWT Authentication In A Node.js Powered API appeared first on The Polyglot Developer.