gofiber-firebaseauth icon indicating copy to clipboard operation
gofiber-firebaseauth copied to clipboard

Firebase Authentication Middleware for Go Fiber framework.

Results 2 gofiber-firebaseauth issues
Sort by recently updated
recently updated
newest added

I'm new in web developing. In gofiberfirebaseauth.go line 45 "IDToken := c.Get(fiber.HeaderAuthorization)". Can we get the IDToken from cookie value? instead. Like in gofiber/jwt that you can select the method...

Trying to get `email` and `email_verified` even when `CheckEmailVerified: false` is set in Config which leads to `interface conversion: interface {} is nil, not string` Error triggers when user does...