You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Respectfully request that you expose swappedResponseWriter for better compatibility with authBoss. This might not be the only package with this type of issue.
In their design, they expect a http.Writer of a particular type (ClientStateResponseWriter) when writing responses. It's relatively easy to work around if swappedResponseWriter is exposed as SwappedResponseWriter (currently I have a local copy of adapter.go to make things work...):
Respectfully request that you expose
swappedResponseWriter
for better compatibility with authBoss. This might not be the only package with this type of issue.In their design, they expect a
http.Writer
of a particular type (ClientStateResponseWriter
) when writing responses. It's relatively easy to work around ifswappedResponseWriter
is exposed asSwappedResponseWriter
(currently I have a local copy of adapter.go to make things work...):The text was updated successfully, but these errors were encountered: