Skip to content

Autenticación de API

Configurar vía ENV la autenticación de api

backend

  • consumir v1 de api-backend, definida en el cliente vía CONST
  • actualizar Toba a última 3.3.x con manejo de ENV
  • no posee servidor, solo clientes
  • toda la config ahora es por ENV e ignora los .ini
CREDENCIALES_API_BASIC_TUPA='["tupausr", "tupapass", "http://tupa-api-backend/api-url"]'
CREDENCIALES_API_BASIC_MAPUCHE
CREDENCIALES_API_BASIC_USUARIOS

api-backend

  • es un servidor de api
  • toda la config es por ENV
API_BASIC_CLIENTES='[["tupausr","tupapass]]'
API_BASIC_SERVER=On
Edited by Fernando Alvez
To upload designs, you'll need to enable LFS and have an admin enable hashed storage. More information