We will look into using “Nodemailer” to send emails
Prerequisites
This part consists of basic theory related to “Nodemailer”, Express and libraries used. You can skip if you are just here for the code part.
We will be doing this two way, first using the Ethereal account for testing after which we can shift over to the GMAIL account. We will run through the chaotic setting up before approaching code.
Node.js is an open-source, cross-platform, back-end, JavaScript…
This is for people who are new to NodeJs and trying to figure out how to build basic authentication with JSON web tokens and integrate it with their frontend.
You will either need postman installed on your PC or you can use Postman web with CORS extension enabled for chrome.
In the end of this article you can write routes or services which can be authorised if user is authenticated using JWT tokens.
This part consist…
Go to discord developer portal (link here )
Navigate to Applications in Side Menu( you may have prompted to log in). You will see the screen something like this. Now all you got to do is create an application by clicking the button near your profile pic.