Apexal / late

A web app for RPI students to manage their course load.
https://www.late.work
MIT License
54 stars 19 forks source link

Setup auth with PassportJS #18

Closed Apexal closed 6 years ago

Apexal commented 6 years ago

PassportJS is specifically made for NodeJS Express-based apps like ours (KoaJS is Express-like).

We can use it to setup Google auth, GitHub auth, and a variety of other means.

Apexal commented 6 years ago

We are using CAS