From e58456a570b13958d6968cd36f01e41dea666501 Mon Sep 17 00:00:00 2001 From: Samuel Imolorhe Date: Sat, 27 Apr 2024 11:07:43 +0200 Subject: [PATCH] added oauth2 to docs --- packages/altair-docs/docs/features/auth.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/packages/altair-docs/docs/features/auth.md b/packages/altair-docs/docs/features/auth.md index e9c46fd08a..381bfae59c 100644 --- a/packages/altair-docs/docs/features/auth.md +++ b/packages/altair-docs/docs/features/auth.md @@ -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.