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
- Login / Register with email and password
- Session management
- Custom events for auth state changes
- Build your own UI components