I’m working on an app that connects to the Spark Core. To avoid any issues with expired tokens - is it ok to repeatedly ask for a new token? It would be whenever the user opens the app to control the Core - so once ever time the app opens a request for a new token is sent to that users core for the new token.
I was uncertain if the Core would rebel against repeated token requests. Such as -does the Core have a token limit that would be reached then block any new token requests? Or is requesting new tokens is a fine programmatic way to ensure the token is not expired.