Part 1: Implement OrderCloud authentication using the next-auth module

The previous article set up the admin portal’s basic UI structure. In this article, we will learn how to implement OrderCloud user authentication for the admin portal using the next-auth module. You can clone the GitHub repository to refer to the code I’m discussing in this article for implementing OrderCloud authentication. In the previous article, […]

Setup OrderCloud account and API access

In this step-by-step guide, we will look into the process to create an OrderCloud account and setting up the necessary artifacts. The very first step is to create an account in the OrderCloud portal. Open portal.ordercloud.io and register yourself with the appropriate details. Once you are in the portal you should see the dashboard as […]