Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 220 Bytes

README.md

File metadata and controls

8 lines (6 loc) · 220 Bytes

Readme.md

backend-base

Autenticacion

debes crear tu fichero .env en la carpeta raiz del proyecto y configurar tu llave de firmado jwt asi:

JWT_SECRET_KEY=mi-llave

donde mi-llave puede ser el string que tu quieras.