Auth Existing Unlinked Users

This feature isn't new to Socialstream, but is a renamed version of the now deprecated "Login on Registration" feature. Please update your application to use this feature instead

Enable this feature if you wish to allow users to link a new provider to an existing user in your application without them being authenticated.

This feature can allow compromised social accounts unsolicited access to your users accounts.

To enable this feature, add the following to the features array of your socialstream config file:

Features::authExistingUnlinkedUsers()

Last updated