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
{{ message }}
This repository was archived by the owner on Jun 24, 2024. It is now read-only.
For authenticating APIs, users need to add information in profiles, and addHeaders hook in ATLAS.
However, besides simple Token Auth/Cookie Auth, there may be other authentication mechanisms present such as OAuth.
Swagger can specify different security mechanisms, which we can try to provide limited support to.
For example, for OAuth mechanism, we could provide an automated system to get the token, and then refresh the token when it is expired.
This is a complicated ticket, and to pick this up, following needs to be defined beforehand: