Personal, non-expiring access tokens?

Hello,

Is there any way to generate a permanent, non-expiring access token for your own account?

A lot of APIs allow you to generate a token for yourself that never expires, saving you time as you don’t have to implement the oAuth flow and keeping track of access tokens and refreshing them.

I’m working on an internal app that will only ever be used on my own account. It’s stateless and does not require a database. I’m kind of stuck as I really don’t want to add one just to keep track of FreeAgent access & refresh tokens.

Is there any way to make a non-expiring token, or plans to add such a feature?

Thanks!

The refresh token never expires. There’s no way to make a non-expiring access token.

1 Like