Skip to content

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.

Data model

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)
email string Correo de contacto
password string Contraseña hasheada

Endpoints

  • GET endpoints
    • Nombre del endpoint
      • URL del endpoint
      • Required data:
        • body: Contine un usuario por ejemplo
        • headers:
          • Authetication: Token recibido por ejemplo
       {
          "body": {},
          "headers": {}
       }

Webpage Backend

In this wiki you can see all the docs and articles related to the ACM Student Chapter web page backend development.

Clone this wiki locally