-
-
Notifications
You must be signed in to change notification settings - Fork 323
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
19 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
--- | ||
parent: Features | ||
--- | ||
|
||
# Authorization | ||
|
||
You can add different authorizations to your request. This grants the client the permissions to access your GraphQL API. Altair applies your chosen authorization before sending your request. Altair supports various authorization methods. | ||
|
||
## API Keys | ||
|
||
You can specify the API key and value used by your API. | ||
|
||
## Basic authorization | ||
|
||
Add your username and password credentials if your API supports the [basic authentication](https://datatracker.ietf.org/doc/html/rfc7617) scheme. | ||
|
||
## Bearer token | ||
|
||
[Bearer token](https://datatracker.ietf.org/doc/html/rfc6750) is another authentication scheme supported by Altair. This is a common type of authorization used as part of the popular OAuth 2.0 protocol. |