文件名称:gotrue-js:用于GoTrue的等距Javascript库
文件大小:882KB
文件格式:ZIP
更新时间:2024-05-02 08:09:57
go jwt authentication sponsors authorization
gotrue-js API的同构JavaScript客户端库。 文件 使用gotrue-js : : gotrue-js TypeDoc: ://supabase.github.io/gotrue-js/ 快速开始 安装 npm install --save @supabase/gotrue-js 用法 import { GoTrueClient } from '@supabase/gotrue-js' const GOTRUE_URL = 'http://localhost:9999' const auth = new GoTrueClient ( { url : GOTRUE_URL } ) signUp() : : signUp() signIn() : : signIn() signOut() : : 赞助商 我们正在使用企业级的开放源代码产品构建Fire
【文件预览】:
gotrue-js-master
----example()
--------express()
--------expo()
--------next()
--------react()
----package.json(2KB)
----tsconfig.module.json(110B)
----.github()
--------workflows()
----test()
--------subscriptions.test.ts(590B)
--------provider.test.ts(1KB)
--------clientWithAutoConfirmDisabled.test.ts(2KB)
--------clientWithAutoConfirmEnabled.test.ts(4KB)
--------apiWithAutoConfirmDisabled.test.ts(755B)
--------clientWithSignupsDisabled.test.ts(539B)
--------__snapshots__()
--------README.md(365B)
----.prettierrc(64B)
----jest.config.js(69B)
----RELEASE.md(1KB)
----infra()
--------db()
--------docker-compose.yml(3KB)
----LICENSE(1KB)
----package-lock.json(244KB)
----src()
--------GoTrueApi.ts(9KB)
--------GoTrueClient.ts(16KB)
--------lib()
--------index.ts(142B)
----tsconfig.json(384B)
----.gitignore(2KB)
----README.md(1KB)