Vue SDK
Vue 3 via BFF only · LibreAuth native client · Protocol v2 available (Enterprise)
Vue
Vue 3 via BFF only
Setup Guide
Do not login from browser — exchange session via your BFF → /api/v2/
- Credentials: name + ownerid (10 characters)
- API URL:
https://libreauth.nutexe.dev/api/1.3/ - Source:
vue/BFF.md - Ed25519 key: from
init→ Response Signing - Test: Live API · Init docs
Install / Dependencies
Terminal
# Do not login in browser — see sdk/vue/BFF.md → /api/v2/
Code Example
Vue
// Browser calls YOUR BFF only
const res = await fetch('/bff/session', { credentials: 'include' });
Protocol v2 (Enterprise)
INFO
Requires Enterprise plan. Endpoint
https://libreauth.nutexe.dev/api/v2/. Guide: API Protocol v2.Source: vue/BFF.md
Vue · v2
// Browser calls YOUR BFF only
const res = await fetch('/bff/session', { credentials: 'include' });
More Links
- ← All Client SDKs
- 1.x source: View BFF.md
- Protocol v2: View BFF.md · docs
- Interactive API docs
- Response Signing