Beamer Auth

Framework-agnostic authentication for your applications.

Integration

Add the auth script to your app:

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

<script>
  beamerAuth.init('YOUR_APP_ID').then(user => {
    // Handle user session
  });
</script>

Features