stoplightio / elements

Build beautiful, interactive API Docs with embeddable React or Web Components, powered by OpenAPI and Markdown.
https://stoplight.io/open-source/elements/
Apache License 2.0
1.74k stars 202 forks source link

Try It Auth: Digest Auth #692

Open marbemac opened 3 years ago

marbemac commented 3 years ago

As a docs consumer, I can enter a username and password and it is correctly hashed and added to the request, so my request is authenticated.

https://en.wikipedia.org/wiki/Digest_access_authentication

Learn more about how HTTP Digest works: https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Digest

marbemac commented 3 years ago

Link to subfeature: https://stoplightio.productboard.com/feature-board/planning/features/5796615

marbemac commented 3 years ago

@philsturgeon we have 30+ insights around try it auth, and nobody has mentioned digest auth. I suggest we pull this one out of the initial elements release, what do you think?