Beamer Auth

Embeddable authentication widgets for your applications.

Integration

Add the widget to your app with a script tag:

<div id="beamer-auth"></div>
<script src="https://auth.beamercloud.com/widgets.js"
  data-app-id="YOUR_APP_ID"></script>

React

Or install the npm package:

import { AuthButton } from '@beamer/auth-widgets'

<AuthButton appId="YOUR_APP_ID" />