diff options
author | codl <[email protected]> | 2017-09-10 12:23:54 +0200 |
---|---|---|
committer | codl <[email protected]> | 2017-09-10 12:23:54 +0200 |
commit | 92dd24450dc3795b25bfbcbc767d6e52498d92c7 (patch) | |
tree | 9c53bb349b8fb981a63cd365370e6f4f41a9a432 /tests/cassettes/test_date_hook.yaml | |
parent | 7ded08fd84a8c136ee8da65f8c6238910aca71d9 (diff) | |
download | mastodon.py-92dd24450dc3795b25bfbcbc767d6e52498d92c7.tar.gz |
fix exception in log_in, by accepting json dates as timestamps
when requesting a bearer token, mastodon (more specifically doorkeeper)
returns an object with a created_at attribute which is a plain timestamp
unlike in most of mastodon's api:
{
"access_token": "hunter2",
"token_type": "bearer",
"scope": "read write",
"created_at": 1504824250,
}
Diffstat (limited to 'tests/cassettes/test_date_hook.yaml')
0 files changed, 0 insertions, 0 deletions