auth
JWT Authentication

Get Jwt From Session

Obtiene JWT token desde una sesión válida existente

Permite obtener un JWT token para endpoints protegidos usando un session_id válido del sistema de sesiones actual, sin necesidad de email/password.

post/api/auth/jwt/token-from-session

Request body

session_idstring required

Response

Successful Response

access_tokenstring required
token_typestring
expires_ininteger required

Changes