Closed k4200 closed 6 years ago
Some providers provide extra information not contained in BasicProfile, and we sometimes want to use that. This PR adds an extraInfo field to BasicProfile.
BasicProfile
extraInfo
An example of usage of this change is here: https://github.com/k4200/securesocial/commit/26fb682d65fee82de100ec47490b3911f3e6ddf7
Thanks.
I also use this for GitHubProvider: https://github.com/k4200/securesocial/commit/942bf215aefd9d16bfa45ea1f2ee5e3672a3474f
GitHubProvider
Some providers provide extra information not contained in
BasicProfile
, and we sometimes want to use that. This PR adds anextraInfo
field toBasicProfile
.An example of usage of this change is here: https://github.com/k4200/securesocial/commit/26fb682d65fee82de100ec47490b3911f3e6ddf7
Thanks.