ruby-grape / grape-swagger-rails

Swagger UI as Rails Engine for grape-swagger gem.
MIT License
251 stars 196 forks source link

Add HTTP Basic Authentication #95

Open VasylShevchenko opened 4 years ago

dblock commented 4 years ago

I'd expect username/password to be nil by default and blank being a valid value, at least for the password.

This needs tests and CHANGELOG entry.

dblock commented 4 years ago

I am not sure we want this. There's many ways to do auth and you can do basic auth outside of this controller when mounting it into an existing Rails application, no?