BasicAuth.permisiveAuth

Auth handler that fails only if the auth fields are present and are not valid. This handler is usefull when a route should return different data when the user is logged in

  1. void permisiveAuth(HTTPServerRequest req, HTTPServerResponse res)
    class BasicAuth(string realm)
    override
    void
    permisiveAuth
    (
    HTTPServerRequest req
    ,
    HTTPServerResponse res
    )
  2. AuthResult permisiveAuth(HTTPServerRequest req)

Meta