I was looking to extract a user's feature flags from their session object by following these docs.
But while working through the implementation, I couldn't get any feature flags back depsite the feature flag configured in WorkOS dashboard.
Looking through the code, am I correct in saying we're not returning the feature flags in AuthenticateWithSessionCookieSuccessResponse yet?
Or maybe I'm missing something else?