1
0
mirror of https://github.com/labstack/echo.git synced 2025-01-26 03:20:08 +02:00

Added http basic auth example

Signed-off-by: Vishal Rana <vr@labstack.com>
This commit is contained in:
Vishal Rana 2015-05-11 20:51:34 -07:00
parent 6cbabac296
commit ac323178df

View File

@ -59,6 +59,6 @@ func BasicAuth(fn AuthFunc) echo.HandlerFunc {
}
}
}
return nil
return
}
}