Skip to content

web3lancer/id

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

68 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

appwrite-passkey

Minimal Next.js app with Appwrite auth scaffold.

Development:

  • Install dependencies: npm install
  • Install Appwrite SDK: npm install appwrite
  • Set environment variables in your environment or .env.local:
    • NEXT_PUBLIC_APPWRITE_ENDPOINT — your Appwrite endpoint (e.g. http://localhost/v1)
    • NEXT_PUBLIC_APPWRITE_PROJECT — your Appwrite project ID
  • Run dev server: npm run dev

Notes:

  • This scaffold uses client-side Appwrite auth. The login page uses account.createEmailSession and the home route calls account.get() to verify session.

About

web3lancer IDMS

Resources

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 94.0%
  • HTML 5.3%
  • Other 0.7%