testmycode / tmc-server

Test My Code exercise server used by e.g. http://mooc.fi/
GNU General Public License v2.0
46 stars 41 forks source link

Refactor: can use MOOC.fi tokens to authenticate #541

Open mipyykko opened 2 years ago

mipyykko commented 2 years ago

Relies on the /auth/validate POST and /api/user PATCH endpoints to be there in MOOC.fi, which they currently are not in the master branch. Needs two new envs: moocfi_update_secret is the secret token used to update the user in MOOC.fi; base_url_for_moocfi is the backend URL ie. https://www.mooc.fi

codeclimate[bot] commented 2 years ago

Analysis results are not available for those commits

View more on Code Climate.