1
0
mirror of synced 2025-12-30 03:01:36 -05:00
Files
docs/data/reusables/apps/deprecating_auth_with_query_parameters.md

877 B

{% warning %}

{% data variables.release-phases.retired_caps %} Notice: {% data variables.product.prodname_dotcom %} no longer to the API using query parameters. Authenticating to the API should be done with HTTP basic authentication.For more information, including scheduled brownouts, see the blog post.

{% ifversion ghes %} Authentication to the API using query parameters while available is no longer supported due to security concerns. Instead we recommend integrators move their access token, client_id, or client_secret in the header. {% data variables.product.prodname_dotcom %} will announce the removal of authentication by query parameters with advanced notice. {% endif %}

{% endwarning %}