APLMOOC / APLMOOC_Backend

Backend server for APL MOOC problem verification
MIT License
1 stars 0 forks source link

Set up auth system #2

Open PixelSergey opened 2 months ago

PixelSergey commented 2 months ago

Will wait for comment from the university on whether there exists a proper OAuth system for mooc.fi. Otherwise, we will have to make our own system, which either verifies the username/password combination in the backend and gives users a cookie, or takes a mooc.fi cookie and determines the required information from there.