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
Currently it is possible to send tokens via GET or POST. This means that token values will get logged in logs etc, and generally its a bad practice to send tokens via URLs.
Since we are already accpeting tokens via the Bearer Authorization, the support for tokens in request variables should be dropped.
The text was updated successfully, but these errors were encountered:
Currently it is possible to send tokens via GET or POST. This means that token values will get logged in logs etc, and generally its a bad practice to send tokens via URLs.
Since we are already accpeting tokens via the Bearer Authorization, the support for tokens in request variables should be dropped.
The text was updated successfully, but these errors were encountered: