Integrate with ASP.NET Core Identity #12

Closed
opened 2023-11-02 18:10:11 +00:00 by cuqmbr · 0 comments
Owner

Description: Develop user authentication system to secure the application and allow registered users to log in and access their accounts.

Acceptance Criteria:

  • Users can register with an email and password
  • Passwords are securely hashed and stored
  • Registered users can log in with their credentials
  • Failed login attempts return an error message
  • User authentication is integrated with the database

Technical Approach:

  • Use ASP.NET Core Identity
  • Use JWT for session management
  • Create separate identity-specific database context
  • Username is not necessary in identity model

Tetsting Approach:

  • Test for predictable responses according to acceptance criteria statements

References:

Notes: This is a critical feature for user access control. It's a foundational component that must be in place before moving on to other user-related features.

**Description:** Develop user authentication system to secure the application and allow registered users to log in and access their accounts. **Acceptance Criteria:** - Users can register with an email and password - Passwords are securely hashed and stored - Registered users can log in with their credentials - Failed login attempts return an error message - User authentication is integrated with the database **Technical Approach:** - Use ASP.NET Core Identity - Use JWT for session management - Create separate identity-specific database context - Username is not necessary in identity model **Tetsting Approach:** - Test for predictable responses according to acceptance criteria statements **References:** - [ASP.NET Core Identity](https://learn.microsoft.com/aspnet/core/security/authentication/identity) - [JWT RFC](https://datatracker.ietf.org/doc/html/rfc7519) **Notes:** This is a critical feature for user access control. It's a foundational component that must be in place before moving on to other user-related features.
cuqmbr added the
Kind/Feature
Priority
High
labels 2023-11-02 18:10:11 +00:00
cuqmbr self-assigned this 2023-11-02 18:10:11 +00:00
cuqmbr added this to the Issue Tracker project 2023-11-02 18:10:11 +00:00
cuqmbr added reference feature/12-identity 2023-11-15 17:19:27 +00:00
Sign in to join this conversation.
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: Autobus/autobus-api_old#12
No description provided.