PocketBase Authentication adapter for Quatrain.
This package is part of the Quatrain Core monorepo. It provides a PocketBase authentication adapter for the Quatrain ecosystem, enabling seamless integration with PocketBase backends.
import { PocketBaseAuthAdapter } from '@quatrain/auth-pocketbase'
import { Auth } from '@quatrain/auth'
Auth.registerAdapter(new PocketBaseAuthAdapter('http://localhost:8090'))