I've been starting to figure out how to use noir and I would now like to use http basic authentication.
I've stumbled upon https://github.com/adeel/ring-http-basic-auth . Though, the given examples seem to apply to compojure and not to noir.
I wonder if noir's abstraction level is too high to allow different auth for diferent pages?!
I also know that this could be the way do go: http://webnoir.org/tutorials/others , though, I am not yet confortable enough with the whole clojure ecosystem in order to be able to see how to fit these ring handlers as http authentication for specific routes.
Is there anyone who can give me a hint about how should I think about this problem?
Thank you,