You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The goal of this issue is to set up the passport and endpoint of the login functionality
Why
These settings are needed so that the user can log in in the platform.
Level
Medium
Current behavior
When the user inserts their data on the login page and tries to log in, the system doesn't allow the user to log in.
Expected behavior
When the user inserts their data on the login page it is necessary that the system allows the user to log in and redirect the user to the dashboard page
Screenshot attached
N/A
How to solve this issue
Configure the passport to use local auth and LinkedIn;
The login endpoint should return an object containing a user (name, email, id) and token;
How to reproduce the user scenario
Run the project locally;
Access the login page;
Insert your name, email, and password;
Click on the button "Entrar";
The system should allow the user to login in the platform;
OR
Click on the button "Linkedin";
The user should be able to log in on the platform using the Linkedin;
What you will need to complete this issue
Check how the local auth works on the following Gitpay repository. We want to follow the same Gitpay rules.
The text was updated successfully, but these errors were encountered:
The goal of this issue is to set up the passport and endpoint of the login functionality
Why
These settings are needed so that the user can log in in the platform.
Level
Medium
Current behavior
When the user inserts their data on the login page and tries to log in, the system doesn't allow the user to log in.
Expected behavior
When the user inserts their data on the login page it is necessary that the system allows the user to log in and redirect the user to the dashboard page
Screenshot attached
N/A
How to solve this issue
How to reproduce the user scenario
OR
What you will need to complete this issue
The text was updated successfully, but these errors were encountered: