You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Passing the publication token via a query parameter is not secure, as the full URL often ends up in logs. This can lead to token leakage through logs. A better strategy is to pass the token via the Authorization header in HTTP.