Skip to main content
The 2024 Developer Survey results are live! See the results

All Questions

Tagged with
-3 votes
1 answer
68 views

Browser doesn't save cookie

I'm using Go Fiber and it's session middleware for a simple authentication system. Every thing is working except that the browser doesn't save the cookie. my backend is served on https://127.0.0.1:...
Amirreza's user avatar
  • 423
3 votes
1 answer
6k views

Why is my cookie not being sent? ReactJS front-end, Go back-end

I am working on a personal finance application with a Go back-end (go-fiber framework) and ReactJS front-end. My authentication method is to return a JWT as a cookie when a user signs in. The front ...
Jack Timothy's user avatar
2 votes
1 answer
3k views

How do i grab the jwt payload data from a cookie created with gofiber golang framework?

I have the following function to create a server side HTTPOnly with gofiber framework using the v2 version "github.com/gofiber/fiber/v2" func Signin(c *fiber.Ctx) error { type ...
uberrebu's user avatar
  • 4,131