basic_auth icon indicating copy to clipboard operation
basic_auth copied to clipboard

Add basic authentication for specific path

Open basmoura opened this issue 5 years ago • 0 comments

Hi. I'm new on Elixir word.

I'm using the BasicAuth on my Router and I want to know if it's possible to define which path will need basic authentication. For example

get("/stats", to: ...) needs authentication get("/", to: ...) do not need authentication

basmoura avatar Nov 28 '19 14:11 basmoura