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
So that a username/password combination can be provided by environment variables to the service. All endpoints (except service info?) should be under auth.
Close with tests that demonstrate the server running under basic auth using a client that can use the username/pass combination.
For examples of making pluggable auth with connexion see dos_connect:
So that a username/password combination can be provided by environment variables to the service. All endpoints (except service info?) should be under auth.
Close with tests that demonstrate the server running under basic auth using a client that can use the username/pass combination.
For examples of making pluggable auth with connexion see dos_connect:
https://github.com/ohsu-comp-bio/dos_connect/blob/master/dos_connect/server/basic_authorizer.py
The text was updated successfully, but these errors were encountered: