Closed prakash closed 7 months ago
@thapame Can you please provide an example how to pre-fill data for non existent user returned from OAuth response? Thank you
Message to comment on stale issues. If none provided, will not mark issues stale
This issue was closed because it has been stalled for 5 days with no activity.
We can use
REGISTRATION_INITIALIZE
andREGISTRATION_SUCCESS
event fromFOSUserBundle ~2.0@dev
to set or pre-set data for the User object so that we do not have to use custom form handler and separate registration controller.If this is something which can not be done at the moment because of unstable version under 2.0 branch of FOSUserBundle, then simply separate
hwi_oauth_connect_registration
route fromconnect.xml
so that we can only use those routes which we need and do not need to mess withHWIOAuthBundle
routes.