sci-oer / webapp

The webapp for the project and the auto-builder webapp
GNU Affero General Public License v3.0
0 stars 1 forks source link

Create login / signup page #7

Open MarshallAsch opened 2 years ago

MarshallAsch commented 2 years ago

The login form should allow a user to sign in using a partner account (we do not want to maintain our own authentication database.

Inital partners should include:

Look at passport.js and what they require to be added to the frontend to support this.