calumtomeny / quiz-master

A quiz app based on React and .NET core built for the web.
0 stars 0 forks source link

Feature: New Admin Api and CreationDate on Quiz object #208

Closed richielewis closed 2 years ago

richielewis commented 2 years ago

Added 3 Admin API endpoints for accessing usage information ../api/admin/quizzes ../api/admin/questions ../api/admin/updatesetting All 3 are authenticated by header param AdminApiKey, encoded secret stored in new GeneralSetting table. On push to prod, default admin api secret should be changed using the updatesetting endpoint

Also added a new field CreationDate on the Quiz object so we can see what time the quiz was created for all new quizzes

richielewis commented 2 years ago

Resolves #208 Resolves #207