Skip to content

Resolve "Implement needed routes of ARSnova Backend in frag.jetzt"

Tim Dahmen requested to merge 11-implement-routes into master

Closes #11 (closed)

The following is still missing and will be implemented in a new Issue

Userprofile:

  • POST /user/register
  • POST /user/activate
  • POST /user/resetpassword

Authentication:

  • POST /auth/login
  • POST /auth/login/guest
  • POST /auth/login/{providerId}

Merge request reports