softsearch / bake

0 stars 0 forks source link

Admin Authorisation/Authentication #1

Open peterkariukimutuura opened 5 years ago

peterkariukimutuura commented 5 years ago

The Administrator should login and logout from the System. The Deliverable for this issue include as follows-

  1. Admin login user interface (the form that will capture the login credentials i.e email and password).
  2. Admin dashboard (the view the administrator will be redirect to from login form)
  3. Some nice back-end logic (code) to handle the objective at hand.
  4. Others , the administrator should receive an email notification , alerting them of the login action.
NewtonBii commented 5 years ago

Django has a ready admin interface which we can reuse for now then we can think of creating a more elaborate UI for all users using React Js.

peterkariukimutuura commented 5 years ago

yes sure, definitely .we'll explore that too.