volatiletech / authboss

The boss of http auth.
MIT License
3.79k stars 204 forks source link

How to resolve this error ? with echo v4 #335

Closed p000ic closed 1 year ago

p000ic commented 2 years ago

echo: http: panic serving 127.0.0.1:55619: ResponseWriter must be a ClientStateResponseWriter or UnderlyingResponseWriter in (see: authboss.LoadClientStateMiddleware): *echo.Response

akhilmhdh commented 2 years ago

Have you added the middleware LoadClientStateMiddleware

p000ic commented 1 year ago

Found the solution thanks.