mirror of
https://github.com/labstack/echo.git
synced 2025-06-15 00:14:57 +02:00
Added http basic auth example
Signed-off-by: Vishal Rana <vr@labstack.com>
This commit is contained in:
@ -59,6 +59,6 @@ func BasicAuth(fn AuthFunc) echo.HandlerFunc {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
return nil
|
return
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user