Skip to content

Commit

Permalink
added oauth2 to docs
Browse files Browse the repository at this point in the history
  • Loading branch information
imolorhe committed Apr 27, 2024
1 parent 7c3a9d2 commit e58456a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/altair-docs/docs/features/auth.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,7 @@ Add your username and password credentials if your API supports the [basic authe
## 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.

## OAuth 2.0

Altair supports the [OAuth 2.0](https://datatracker.ietf.org/doc/html/rfc6750) authorization framework. You can specify the client ID, client secret, and other parameters required by your OAuth 2.0 provider.

0 comments on commit e58456a

Please sign in to comment.