Hey there,
The token you generate from /auth/generateAuthToken lives for 180 seconds (3 minutes). This is totally normal, it’s a one-time token used only to kick off the initial initConnection() flow in Terra’s mobile SDKs.
Once the user goes through that first connection step:
You’re done with tokens. Terra takes over all authentication behind the scenes.
The connection stays active and users don’t need to re-authenticate.
The short expiry doesn’t affect ongoing data access. It only applies to that first connection screen.
For your demo user, this won’t cause any issues as long as initConnection() happens within those 3 minutes, the user will stay connected for the long term. Terra keeps everything authenticated automatically.