Reading time: 6 minutes
OAuth 2.0 is becoming the standard for authentication. This article focuses on using OAuth to access mailboxes, specifically for Microsoft Office 365 mailboxes where Basic Authentication has been discontinued.
Reading time: 6 minutes
OAuth 2.0 is becoming the standard for authentication. This article focuses on using OAuth to access mailboxes, specifically for Microsoft Office 365 mailboxes where Basic Authentication has been discontinued.
Reading time: 6 minutes
With APIs taking over, more people are asking: What can I use to create my API? Although there are many different API standards and types, we will primarily focus on REST APIs. An API can be as simple as a single endpoint with one purpose, or it can be much more…