Juan Calderon-Perez
Juan Calderon-Perez
@lorypelli Try a simple server with prefork and a GET router without using https://github.com/pterm/pterm The weird text you are seeing is related to pterm not fiber
I'm not sure, prefork will run multiple processes using the same port. Maybe that affects pterm? Try it without pterm first to confirm it works without it
@lorypelli Were you able to solve your issue?
@lorypelli Was this issue solved for you?
@DreamwareDevelopment The middleware is not duplicating cookies, you are sending the cookie as a header. Please provide an example of how you are using Adaptor with SuperToken.
@DreamwareDevelopment We need a full example to be able to replicate/debug
@haikalSusanto Thanks, I will investigate today.
@haikalSusanto If you can submit a fix for this with unit-tests that would be great. Thanks!
@efectn Thoughts? Seems reasonable
@goriunov You mean a way to override this ? https://github.com/gofiber/fiber/blob/main/client/client.go#L36C2-L36C10