Janis1992-08 / Capstone-Project-ServiceCircle

https://service-circle.vercel.app
0 stars 0 forks source link

user Authentication #36

Open Janis1992-08 opened 8 months ago

Janis1992-08 commented 8 months ago

Value proposition

As a User I want to ensure only authenticated user have access to the sensitive data of the application, in order to provide a private and secure experience while using the platform.

Description

Untitled-2023-12-20-1210

Acceptance Criteria

Task

mbosselmann commented 8 months ago

Hi Team ServiceCircle, good start! 👍 Here are my remarks:

Value Proposition:

As a User, I want to ensure only authenticated user have access to the sensitive data of the application, in order to provide a private and secure experience while using the platform.

My questions: If I did understand correctly there will be some parts that are still visible for users that are not logged in or? If this is not correct anymore, please change the text accordingly. :)

Description/Acceptance criteria: To only see the login itself does not help in understanding how the login will be integrated inside of the app. What will the user see who is not logged in yet. Which parts can the user access? What is the difference after the login? Please provide wireframes which visualize these different use cases. And also your acceptance criteria should be updated to be more specific about the user experience. If you follow the implementation of our workshop then the user won't login via email and password inside of your app buty via a provider like GitHub. So the think you need is only a sign in button. :) See third commit of the next auth workshop repo.

Tasks:

I hope this does help! 👋