Rutas de autenticacion y recuperacion.
POST /api/register
Param | Type | Required |
---|---|---|
name | string | true |
string | true | |
password | string | true |
password_confirmation | string | true |
POST /api/login
Param | Type | Required |
---|---|---|
string | true | |
password | string | true |
POST /api/refresh
Header | Type | Required |
---|---|---|
Authorization | Bearer | true |
POST /api/profile
Header | Type | Required |
---|---|---|
Authorization | Bearer | true |
POST /api/logout
Header | Type | Required |
---|---|---|
Authorization | Bearer | true |
POST /api/recovery
Param | Type | Required |
---|---|---|
string | true |
POST /api/password
Param | Type | Required |
---|---|---|
string | true | |
token | string | true |
password | string | true |