cURL
curl --request POST \ --url http://localhost:4000/v1/auth/password \ --header 'Content-Type: application/json' \ --data ' { "email": "viniciuscoimbra@gmail.com", "password": "secret" } '
{ "token": "refy_token_example", "user": { "id": "usr_123", "displayName": "Vinicius Coimbra", "email": "viniciuscoimbra@gmail.com", "username": "viniciuscoimbra", "avatarUrl": "https://example.com/avatar.png" }, "session": { "id": "ses_123", "userId": "usr_123", "token": "refy_token_example", "createdAt": "2026-04-28T12:00:00.000Z" }, "identities": [ { "id": "idn_123", "provider": "google", "providerUserId": "google_123", "email": "viniciuscoimbra@gmail.com", "createdAt": "2026-04-28T12:00:00.000Z" } ] }
Documentation IndexFetch the complete documentation index at: https://docs.refy.to/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.refy.to/llms.txt
Use this file to discover all available pages before exploring further.
Sessao concedida
Hide child attributes