In one of the recent projects I had a requirement to do integration with Microsoft Office365 Calendar Api and for that I needed to implement Microsoft login in a react.js app. I tried to search for a readily available npm
package which I could consume easily and which fits nicely in the react ecosystem, but unfortunately I couldn’t find any so I decided to write my own.
Hoping that this might be useful to someone else as well, I also published it react-ms-login on npm
. Read on to know how to use it. Continue reading