-
Notifications
You must be signed in to change notification settings - Fork 0
Auth service
TalkySafe143 edited this page Mar 14, 2024
·
1 revision
The authentication service will act as a proxy to verify incoming requests to the microservices.
Tipo de dato | Descripción | |
---|---|---|
id | UUID | Identificador único de usuario |
nombre | string | Nombre de usuario |
apellidos | string | Apellidos del usuario |
rol | string | Rol (admin-user) |
string | Correo de contacto | |
password | string | Contraseña hasheada |
-
GET endpoints
- Nombre del endpoint
- URL del endpoint
- Required data:
- body: Contine un usuario por ejemplo
- headers:
- Authetication: Token recibido por ejemplo
{ "body": {}, "headers": {} }
- Nombre del endpoint
Este es un proyecto hecho por el Capitulo Javeriano ACM.