baserow token help

I noticed that the table token keeps changing how can I disable this in my account?

Hey. @joao2004 ,

Can you clarify what you mean by “table token”?

Is it one of the below?

  • id of the table
  • public url of the table
  • JWT auth token

If you are referring to your JWT auth token, then the reason for it changing is for security reasons, you wouldn’t want a token to be accessible for a long time since somebody could steal that token and use your account for an extended time.

The access token gets renewed via a “refresh token” which you also hold, that one should be a little more stable.

What are you trying to achieve btw? If you need a stable token that always works I would recommend an API key.

1 Like

thank you i already solved it thank you very much

1 Like