We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d4fc38a commit bda5008Copy full SHA for bda5008
package.json
@@ -1,5 +1,4 @@
1
{
2
- "private": true,
3
"name": "authduo",
4
"version": "0.0.0-0",
5
"description": "decentralized local clientside user-centric auth",
s/index.ts
@@ -0,0 +1,3 @@
+
+export * from "./lib/login.js"
s/lib/login.ts
@@ -0,0 +1,5 @@
+export async function login() {
+ console.log("TODO coming soon")
+}
0 commit comments