Hello, we are implementing an app that consume asana api with personal access token, I need to know how long token lives ?
Personal access tokens is like the normal password of the users. They have for sure a wide validity timeframe.
Refresh API tokens have something like 10 years validation frame.
Hope I helped but if you need an exact time, @Matt_Bramlage is your guy.
2 Likes
Btw why you don’t use OAuth2?
1 Like
Because we need to implement our own login.
Thank you, it was really helpfull.