Welcome to new things

[Technical] [Electronic work] [Gadget] [Game] memo writing

OAuth2.0

How to get and update your Microsoft Graph (Office365) API token

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…

Passport.js Usage Notes

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…

How to use Google Authentication instead of Basic Authentication just by setting up a web server

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…