OrderCloud
3 posts
Part 1: Implement OrderCloud authentication using the next-auth module
April 24, 2023
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, […]
Read more →Setup the admin portal application using Next.js
April 17, 2023
In the first article of the series, we learned how to create the OrderCloud account and set up the API access for seller and buyer organization by creating API clients, security profiles, admin, and buyer users. In this second article, we will set up the Next.js application to start the development of the admin portal […]
Read more →Setup OrderCloud account and API access
April 13, 2023
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 […]
Read more →