Skip to content

ElJohnnie/github_oauth

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

image

Github Authentication API consumption project

create an .env in the server root containing the following information:

  • GITHUB_CLIENT_SECRET= Containing the secret created in the app
  • GITHUB_CLIENT_ID= Containing the ID
  • JWT_SECRET= Containing a random number of your choice

In the root of the front, create a .env with the following variable:

  • VITE_GITHUB_ID= Containing the ID created in the app

Install all packages in each part of the project (front & server) and run both simultaneously with "npm run dev"

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published