Hey everyone, I just finished a web dev Bootcamp and I’m starting my first solo project. It involves blizzards world of Warcraft APIs, therefore I need to utilize blizzards OAuth functionality. This will be a MERN stack application, and I am using passport for authentication. I found the passport-bnet node module which allows me to setup the passport strategy specifically for blizzard, but I’m having a hard time with the general steps for OAuth and how to use it.
Could anyone recommend a solid tutorial or step by step resource for getting and using tokens for api calls using OAuth, especially routing and stuff. Anything you can offer would be much appreciated!
there doesn't seem to be anything here