Hey team!
I work on the Jetpack plugin team, and wanted to suggest an update to your plugin’s codebase.
The Nextend Social Login and Register plugin relies on the Jetpack_SSO class in includes/userData.php. That class was deprecated a few months ago, in this Pull Request. It was replaced by Automattic\Jetpack\Connection\SSO.
I think it would be nice to make the change in your plugin, to avoid deprecation notices, and also to avoid missing functionality when the deprecated class is eventually removed from the Jetpack plugin.
Let me know if you have any questions about the change!
