Skip to main content

Command Palette

Search for a command to run...

Master GitHub Authentication with Tokens: A Beginner's Guide

Published
1 min read
Master GitHub Authentication with Tokens: A Beginner's Guide
O

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

  1. Github Account

Objectives

  1. 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