milddrizzle / oauth-github-example

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to use

First install dependencies npm i

Then create a Github app. Navigate to developer settings. Make sure the endpoint for the callback matches what you put into your Github app.

Then you'll populate the .env file with the client and secret generated by the Github app page. Run npm start.

Navigate to http://localhost:3000

Verify it works

When you sign in using your Github credentials you'll see the 🎉 emoji that states you are authorized.

About


Languages

Language:JavaScript 43.4%Language:CSS 28.5%Language:HTML 28.2%