Brian Ledbetter
Brian Ledbetter
In our environment, we are seeing that manually adding a call to $user->updateLastLoginTimestamp() after the completeLogin() function in LoginController.php fixes this issue - but all of our users are logging...
Accidentally PR'ed it into my own fork first, sorry. This should be ready for your review whenever you are! :)
@matt335672 many thanks for the feedback, didn't realize I was implementing something that had already been tried! I guess my main feedback would be "If it's a bad thing per...
I've found another way this blows up: When using `gofiber/fiber/v3` on the upstream and using `fiber.Ctx.Render` to draw the page content using Jet templates, we're forced to pass in a...
Found a way to get it to work (by adding an import to `gofiber/fiber/v3` to `template/jet/jet.go`; The patch to jet.go looks like the following (happy to submit as a PR...
(... Of course, upgrading the `gofiber/template` package to v3 may be in the works already; Happy to beta test if that's the right way to do it!)