rmosolgo / graphiql-rails

Mount the GraphiQL query editor in a Rails app
MIT License
447 stars 135 forks source link

Add Basic Auth option #118

Open chaffeqa opened 4 months ago

chaffeqa commented 4 months ago

This works really well with allowing rudimentary documentation access for the API in production... Is there a way we can support this?

Looks like https://github.com/rmosolgo/graphiql-rails/pull/65 would have worked...

rmosolgo commented 4 months ago

Hi! Yeah, I agree that'd be nice. How about opening a new PR like #65?