> ## Documentation Index
> Fetch the complete documentation index at: https://rollout.mintlify.app/llms.txt
> Use this file to discover all available pages before exploring further.

# Show the Authentication UI

Once you’ve got your API Client ID & Secret and you’ve successfully generated a token, it’s time to render Rollout Link in your application. Rollout Link is the authentication UI that enables your users to authenticate with their CRM/TMS of choice and once that credential is stored, you can make API requests to read and write data to their CRM/TMS.

## Guides

Choose the guide that matches your frontend framework:

<CardGroup cols={3}>
  <Card title="React 17 and newer" href="/getting-started/show-the-authentication-ui/react-17-and-newer" icon="code" />

  <Card title="React 16 and older" href="/getting-started/show-the-authentication-ui/react-16-and-older" icon="code" />

  <Card title="Vue.js" href="/getting-started/show-the-authentication-ui/vue-js" icon="code" />

  <Card title="AngularJS" href="/getting-started/show-the-authentication-ui/angularjs" icon="code" />

  <Card title="Ruby on Rails" href="/getting-started/show-the-authentication-ui/ruby-on-rails" icon="code" />

  <Card title="Python (Django)" href="/getting-started/show-the-authentication-ui/python-with-django" icon="code" />

  <Card title="PHP (Laravel)" href="/getting-started/show-the-authentication-ui/php-with-laravel" icon="code" />

  <Card title="Java (Spring Boot)" href="/getting-started/show-the-authentication-ui/java-with-spring-boot" icon="code" />
</CardGroup>

Don’t see a guide for your frontend framework here? Email [support@rollout.com](mailto:support@rollout.com) to request a new one.
