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
Other API's often offer a flow like this: /login (with body user + pw) => Response cookies_string => /tokens Get/Post (with cookies_string) => Response "Bearer Token"
Or to set a API Secret for a Internal user somehow.