OpenMined/pygrid-admin

Login tests

tcp opened this issue · 0 comments

tcp commented

Description

Ensure the login functionality is working as intended.

Type of Test

  • Integration test (e.g. checking if a certain group or set of functionality is working as intended)

Expected Behavior

  • Failed login reason is displayed to the user
  • Handling offline attempts
  • On successful login
    • token is stored
    • user is redirected to dashboard
  • On logout
    • token is cleared
    • user is redirected to the login screen