foundersandcoders / open-tourism-platform

An open platform to facilitate the creation of apps to promote local tourism and business in Nazareth
MIT License
17 stars 3 forks source link

expired OAuth access token #139

Closed mattlub closed 6 years ago

mattlub commented 6 years ago

what happens if you make a request with an expired access token?

related to refresh tokens potentially #102

Karyum commented 6 years ago

you get an Unauthorized error, and you will have to go through the Oauth process again to get a new token, in it's current state (5-2-2018) the API supports the refresh token functionality. all that needs to be done is to change how every app (ie: data-entry) handles the problem