# Functions
@Summary Get Auth @Produce json @Tags Auth @ID Authentication @Param username query string true "username" @Param password query string true "password" @Param remember query bool true "remember" @Success 200 {object} app.Response @Failure 500 {object} app.Response @Router /auth [get].
@Summary Post Auth @Produce json @Tags Auth @ID Authentication @Param username query string true "username" @Param password query string true "password" @Param remember query bool true "remember" @Success 200 {object} app.Response @Failure 500 {object} app.Response @Router /auth [post].