Seiten · Laravilt
Connected Accounts
Let users link and unlink social login providers.
->connectedAccounts() adds a Connected accounts page (Laravilt\Auth\Pages\Profile\ConnectedAccounts). It lists every enabled social provider, shows which ones the user has linked (with the linked name, email and avatar), and lets the user connect or disconnect them.
php
The page only shows providers you registered with socialLogin(). See Social Login for credentials.
Routes
text
Connecting goes through the normal /{panel}/auth/{provider}/redirect flow.
In code
Linked accounts are Laravilt\Auth\Models\SocialAccount rows in social_accounts:
php