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 Jul 14, 2025. It is now read-only.
Wagi recently updated its Bindle dependency in #152. The updated Bindle client takes an authn token, which in #152 we just set to NoAuth/anonymous auth.
Bindle currently supports http/basic auth (username and password) and OIDC.
I propose we start with the former and wait to see if demand for OIDC support arises.
For http/basic, I believe we just need to add a way for wagi to consume username and password values and then invoke the implementations already existing in Bindle.