rsconnect 1.6.1
-
Fix account registration from RStudio. (#1250)
-
SPCS/Snowflake authentication supports Connect API keys for user
identification. TheconnectSPCSUser()function now requires anapiKey
parameter, and the API key is included in theX-RSC-Authorizationheader
alongside Snowflake token authentication. This aligns with updated Connect
server requirements where Snowflake tokens provide proxied authentication
while API keys identify users to the Connect server itself.