mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2026-07-22 16:03:29 +10:00
39 lines
1.5 KiB
Plaintext
39 lines
1.5 KiB
Plaintext
---
|
|
title: "Linking social accounts"
|
|
description: "Learn how to connect or disconnect social sign-in providers like Google and GitHub from your account"
|
|
---
|
|
|
|
<Steps>
|
|
<Step title="Sign in to the dashboard">
|
|
Head over to [https://rxresu.me](https://rxresu.me) and sign in with your account credentials.
|
|
</Step>
|
|
|
|
<Step title="Navigate to Authentication settings">
|
|
Once you're in the dashboard, look for the sidebar navigation on the left. Under the <Badge>Settings</Badge> section,
|
|
click on the <Badge>Authentication</Badge> link.
|
|
</Step>
|
|
|
|
<Step title="Find the social provider you want to link">
|
|
On the Authentication page, you may see sections for one or more providers (for example, <Badge>Google</Badge> or{" "}
|
|
<Badge>GitHub</Badge>), depending on what is enabled on your instance.
|
|
</Step>
|
|
|
|
<Step title="Connect your account">
|
|
Click the <Badge>Connect</Badge> button for the provider you want to link. You'll be redirected to the provider to authorize access, then returned to the Authentication settings page.
|
|
|
|
<Info>
|
|
After a successful link, the button will change to <Badge>Disconnect</Badge>.
|
|
</Info>
|
|
|
|
</Step>
|
|
|
|
<Step title="Disconnect a provider (optional)">
|
|
To unlink a provider, click <Badge>Disconnect</Badge> next to the connected account.
|
|
|
|
<Warning>
|
|
Before disconnecting, make sure you still have another way to sign in (for example, a password or another linked provider) so you don't get locked out.
|
|
</Warning>
|
|
|
|
</Step>
|
|
</Steps>
|