Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 334 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 334 Bytes

github-oauth-backend

A simple OAuth authorisation code flow proxy for the Source Academy—GitHub integration.

The server receives the access code from the frontend, which it exchanges with GitHub for an auth token. The auth token is then returned to the frontend.

Node modules used

  • Express
  • ESM
  • dotenv
  • node-fetch