Replies: 1 comment 1 reply
-
Nm, I dug into the source and realized I was off base. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm trying to figure out the best way to authenticate to my app. I've tried a few of the methods here: https://unlighthouse.dev/guide/guides/authentication, with no luck. Right now just playing with basic auth. My first attempt was to configure auth in my config like here:
My expectation was that unlighthouse would attempt to enter these values into a login screen if encountered...if that's not true, definitely would like some validation there...and if not, how should I use these values?
I also tried to get Programatic Usage working, but I'm not having any luck there...plus as it is experimental, i'm trying to avoid it. TIA!
Beta Was this translation helpful? Give feedback.
All reactions