R-ArcGIS / r-bridge-site

In development site for R-ArcGIS Bridge
http://r.esri.com/r-bridge-site/
0 stars 3 forks source link

Enhancement: Add note to users if their token expires #4

Closed nginer316 closed 5 months ago

nginer316 commented 6 months ago

Suggest adding a note to users that tokens may expire (though I'm not sure what the length is or how that is set, it might vary from Online to Enterprise to Platform). We should verify.

We may also remind them that if it does expire, what they might expect to see error-wise in the R script, and what they can do to refresh it. For example, rerun:

token <- auth_code()

https://github.com/R-ArcGIS/r-bridge-site/blob/d11d5bb327de6f96071563fb39c480147653ac82/location-services/connecting-to-a-portal.qmd#L114