cancel
Showing results for 
Search instead for 
Did you mean: 

Deauthorizing with an expired access token

felixgiorgio
Mt. Kenya

Hello,

This link explains how to deauthorize an application.

https://developers.strava.com/docs/authentication/#deauthorization

`access_token` is a required param. Does it need to be active? Or can it be expired?

I'm assuming it can be expired. For example, a user should be able to deauthorize an application many days after they initially authorised it.

Thanks!

1 ACCEPTED SOLUTION

Jan_Mantau
Superuser
Superuser

Deauthorization from the user side doesn't need tokens and they usually don't know these anyway. The deauthorization from your link is the responsibility of your app and of course it needs a valid token, it's even explicitely explained there.

View solution in original post

1 REPLY 1

Jan_Mantau
Superuser
Superuser

Deauthorization from the user side doesn't need tokens and they usually don't know these anyway. The deauthorization from your link is the responsibility of your app and of course it needs a valid token, it's even explicitely explained there.