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.
- Express
- ESM
- dotenv
- node-fetch