Skip to content

Commit ee57c6f

Browse files
authored
Documentation edits made through Mintlify web editor
1 parent ccd4b48 commit ee57c6f

1 file changed

Lines changed: 3 additions & 16 deletions

File tree

fundamentals/authentication/guides/log-in-with-x.mdx

Lines changed: 3 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@ import { Button } from "/snippets/button.mdx";
66

77
Use Log in with X, also known as Sign in with X, to place a button on your site or application which allows X users to enjoy the benefits of a registered user account in as little as one click. This works on websites, iOS, mobile, and desktop applications.
88

9-
![Sign in with X button](https://cdn.cms-twdigitalassets.com/content/dam/developer-twitter/auth-docs/sign-in-with-twitter-gray.png.twimg.1920.png)
10-
119
## Features
1210

1311
* Ease of use - A new visitor to your site only has to click two buttons in order to log in for the first time.
@@ -172,21 +170,10 @@ oauth_token_secret=PbKfYqSryyeKDWz4ebtY3o5ogNLG11WJuZBc9fQrQo
172170

173171
The client libraries listed at [X libraries](/resources/tools-and-libraries) will help implement Log in with X. Use the /oauth/authenticate endpoint, as described in the previous steps.
174172

175-
#### Buttons
176-
177-
X would prefer your application to use the following buttons for consistent branding. Save these images to host on your own servers.
178-
179-
Sign in with X (button style):
173+
#### Branding
180174

181-
<Frame>
182-
<img src="/images/sign-in-with-twitter.png" alt=""/>
183-
</Frame>
184-
185-
Sign in with X (link style):
186-
187-
<Frame>
188-
<img src="/images/sign-in-with-twitter-link.png" alt=""/>
189-
</Frame></Tab>
175+
X would prefer your application to use the official [X Brand Toolkit](https://about.x.com/en/who-we-are/brand-toolkit) for consistent branding. Save these assets use them when creating a 'Login with X' button.
176+
</Tab>
190177
<Tab title="Browser sign in flow">
191178
The browser log in flow is appropriate for websites and applications which are able to open or embed a web browser. At a very high level:
192179

0 commit comments

Comments
 (0)