HackYourFuture-CPH / Guide-IT

Guide IT, a tool to help newcomers decide their IT path
MIT License
3 stars 1 forks source link

Authenticated user can answer questions #206

Closed cph-kiwi closed 3 years ago

cph-kiwi commented 3 years ago

Description

This allows an authenticated user to answer the questions with the correct answer entries into the quiz-results table.

Fixes #137

How to test?

Open branch and run "npm run dev". Authenticate, and follow quiz through.

Checklist

cph-kiwi commented 3 years ago

I made a new end point to handle authenticated users. Should work now.