issues
search
ITU-BDSA2024-GROUP30
/
Chirp
The great Chirp repository for Group 30!
Other
1
stars
0
forks
source link
(8.1.a.1) As DEVELOPERS we want to IMPLEMENT ASP.NET CORE IDENTITY such that WE CAN ADD ACCOUNTS TO CHIRP
#89
Open
llsa-itu
opened
3 weeks ago
llsa-itu
commented
3 weeks ago
Acceptance Criteria:
The EF core data model has been updated to support Identity.
Chirp Database stores the users account information.
Users passwords are not stored as clear text in the database (by using Hashing)
Accounts for Helge and Adrian has been added to the database.
Thyme-Cat
commented
2 weeks ago
add navigation bar
add "register" and "login" to navigation bar
create "register" and "login" end points
Acceptance Criteria: