Generally my API uses a simple Bearer token to authorize however its become necessary to expose a 3rd party dashboard. I would like to stick a simple WWW-Authenticate/Digest auth prompt in front of this dashboard however I cannot get the passport "digest" Authgard to prompt. Using basic Auth works if I set headers however I just want the classic browser dialog challenge rather than writing any kind of UI for it. JWT/Signin page is overkill and I can't seem to find any examples on Github doing this
Thanks 🙏