Open fny opened 8 years ago
I'm registered for access to the development instance, but I can't seem to
The first two steps of the authentication workflow work magnificently:
1. /authenticate?client_id=CLIENT_UUID&state=RANDOM 2. CLIENT_REDIRECT_URL#access_token=JWT&state=RANDOM&token_type='Bearer'&expires_in=TTL&scope=CSL
But the last steps always leaves me with a 404 error
GET /token_info?access_token=JWT
It looks like the route might be missing?
try '/api/v1/token_info' instead.
I'm registered for access to the development instance, but I can't seem to
The first two steps of the authentication workflow work magnificently:
But the last steps always leaves me with a 404 error
It looks like the route might be missing?