Master GitHub Authentication with Tokens: A Beginner's Guide

I am a software developer with 5 years + experience. I have working on web apps ecommerce, e-learning, hrm web applications and many others
In this tutorial I will show you how to generate token in github which I will be using in different upcoming tutorials.
Prerequsites
- Github Account
Objectives
- Generate Github token
To generate github token. You need to login into your github account with username and password.
Click on the picture on the right hand side of the page
Click on settings

Scroll down
Click on Personal access token
Click Tokens (Classic)

Click on Generate new token
Click on Generate new token (Classic)

Type the token name
Select the required permission

- Click on Generate token




