We need to add the login validation to the Mercadopago Cloud backend.
Previously it was managed by Strapi backend, now this functionality has to be included in the project and all the calls to the endpoint has to be validated.
Requirements:
Login endpoint
JWT token generation/validation (authentication and authorization)
We need to add the login validation to the Mercadopago Cloud backend. Previously it was managed by Strapi backend, now this functionality has to be included in the project and all the calls to the endpoint has to be validated.
Requirements:
Endpoints used by Front-end:
/auth/local/register
/auth/local
/auth/forgot-password
/users/me
/users/${idUser}
/users/${idUser}
/users/${idUser}
/users/${idUser}