Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: allow
token
to be a nested object in the response (#45)
With this change the `token` name can be `data.token` for example. eg response: ```json { data: { ... token: '...' } } ``` I've not checked for BC, but in theory it should be fine.... right?
- Loading branch information