NoBrainerQuiz / web

Web application for NoBrainer
0 stars 0 forks source link

Add middleware to stop direct access to /splash #32

Open Kent55 opened 6 years ago

Kent55 commented 6 years ago

Currently, anyone can visit /splash, without having entered a valid quiz PIN. We need to add some middleware to authenticate those who are "staged" and ready to play, only they should be able to access /splash. If they navigate away they should have to re-enter the PIN.

@springjben