UNPKG

@hoodie/account-server

Version:
26 lines (25 loc) 530 B
{ "links": { "self": "http://localhost:80/session/account" }, "data": { "id": "userid123", "type": "account", "attributes": { "username": "pat-doe", "createdAt": "1970-01-01T00:00:00.000Z", "signedUpAt": "1970-01-01T00:00:00.000Z" }, "relationships": { "profile": { "links": { "related": "http://localhost:80/session/account/profile" }, "data": { "id": "userid123-profile", "type": "profile" } } } } }