Quick one for people. How do you logout of the Pact Broker OSS? I see no option in the UI or any clear indication if your auth creds are stored in cookies/local storage/ session storage, etc
Adam Witko
08/23/2022, 11:06 AM
Is the clearing of this down to the browser on exit and/or if you specify your basic auth creds in the url when visiting the broker??
m
Matt (pactflow.io / pact-js / pact-go)
08/23/2022, 11:22 AM
It’s basic auth, so it’s whenever your browser decides to re-authenticate you
Matt (pactflow.io / pact-js / pact-go)
08/23/2022, 11:22 AM
Pact Broker doesn’t have the concept of a user/login
😢 1
a
Adam Witko
08/23/2022, 11:26 AM
Okey doke ty @Matt (pactflow.io / pact-js / pact-go)