auth
JWT Authentication

Login Jwt

Autenticación JWT - Devuelve token para acceso a endpoints protegidos

Autentica usuario contra la base de datos existente y devuelve JWT. Compatible con el sistema de usuarios actual.

post/api/auth/jwt/login

Request body

emailstring email required
passwordstring required

Response

Successful Response

access_tokenstring required
token_typestring
expires_ininteger required

Changes

No recorded changes to this endpoint across all 1 revision of this API.