OAuth2.0
One way to manipulate the Web version of Office365 is through the Microsoft Graph (Office365) API. For example, with the Microsoft Graph (Office365) API, you can use the Send email from OutLook Excel Online file editing SharePoint file ret…
I had a chance to use Passport.js, so here is my personal memo on how to use Passport.js in case I need it again. What is Passport.js? Passport.js is a library that allows users to log in to websites created with Node.js+Express, and to ad…
Basic authentication is an easy way to restrict access to a site. Basic authentication is convenient, but it is problematic because the browser does not remember the ID and password and you have to enter them each time, or anyone can acces…