Tim Condon
Tim Condon
I think at this point we'll probably stick with the built in stuff in the responder otherwise we risk breaking apps that rely on it and we don't want to...
Thanks @MaferRod! I've added the label and will let one of the translation team take a look
@Torgen I'm not clear on what you're asking for here - do you want to know if the field has been retrieved by Fluent or are you looking for something...
Fluent doesn't support subqueries or returning anything other than a model. I think you'll probably need to drop down to SQLKit to do what you want
You can definitely treat the pivots as a regular relation and use the normal helpers for that. Adding extra fields is unlikely to happen at this stage of Fluent's lifecycle
> Do you know a way to engage the core team on this? Maybe @shahmishal can bring it up but this should probably be raised at the Platform Steering Group...

This is a no go at the moment as it changes the public API. Here's an example of doing it via middleware https://github.com/brokenhandsio/SteamPress/blob/vapor4/Sources/SteamPress/Middleware/BlogRememberMeMiddleware.swift
We can definitely look at improving the usability and API for Vapor 5. But that solution should work fine for Vapor 4 since I built it for that
Register the remember me middleware before the sessions middleware and it should work