If I want to update the user data for a existing user in my local database, I have no way to do this easily. The afterIdentify event is fired without the informations from the OAuth server. Additionaly, it is fired even if the user is previously created in database.
If I get the resource owner details, I can't map the values as the class OAuthAuthenticate to this.
Is there a problem to modify the _touch- method as follows and implement a new event?
If I want to update the user data for a existing user in my local database, I have no way to do this easily. The
afterIdentify
event is fired without the informations from the OAuth server. Additionaly, it is fired even if the user is previously created in database. If I get the resource owner details, I can't map the values as the class OAuthAuthenticate to this.Is there a problem to modify the
_touch
- method as follows and implement a new event?