Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 411 Bytes

File metadata and controls

23 lines (14 loc) · 411 Bytes

Nativescript Supabase GoTrue Client

npm install @triniwiz/nativescript-supabase-gotrue

Usage

import { GoTrueClient } from '@triniwiz/nativescript-supabase-gotrue';

const GOTRUE_URL = 'http://localhost:9999';

const auth = new GoTrueClient({ url: GOTRUE_URL });

Credits

Based on gotrue-js

License

Apache License Version 2.0