Skip to content
This repository has been archived by the owner on Nov 19, 2022. It is now read-only.

Implement Admin Authentication #7

Open
davorminchorov opened this issue Aug 11, 2021 · 0 comments
Open

Implement Admin Authentication #7

davorminchorov opened this issue Aug 11, 2021 · 0 comments
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@davorminchorov
Copy link
Owner

davorminchorov commented Aug 11, 2021

Business Requirements

As an administrator of the application I would like to be able to log in the administration panel so that I can manage the content.
As an administrator of the application I would like to be able to log out of the administration panel so that I can remove my active session.

Acceptance criteria

  1. There should be a login page.
  2. When on the login page, an email address and a password should be required for logging in.
  3. When the administrator is logged in, he should be redirected to the admin dashboard page and display a successful notification.
  4. If the administrator provides invalid credentials, display the error messages for each field separately or a generic message for incorrect credentials provided.
  5. When the administrator is logged in the administration panel, there should be a logout link that will log him out when clicked.
  6. When the administrator is logged in, his name and profile picture should be displayed on the right side of the navigation bar.

Technical details

For the authentication, we need to use the modules:

to be able to log in, log out and update the profile.

@davorminchorov davorminchorov added the enhancement New feature or request label Aug 11, 2021
@davorminchorov davorminchorov added this to the 0.1.0 milestone Aug 11, 2021
@davorminchorov davorminchorov self-assigned this Aug 11, 2021
@davorminchorov davorminchorov changed the title Implement the admin authentication with feature tests Implement the admin authentication Aug 11, 2021
@davorminchorov davorminchorov changed the title Implement the admin authentication Implement Admin Authentication Aug 11, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant