Demo to showcase how custom token auth works in Appwrite
Appwrite.Custom.Token.Auth.Demo.mp4
This app needs the following environment variables
PUBLIC_APPWRITE_ENDPOINT: Endpoint of your Appwrite projectPUBLIC_APPWRITE_PROJECT_ID: Project ID of your Appwrite projectAPPWRITE_API_KEY: API key from your Appwrite project with the following scopes enabled:users.readandusers.write
Once you've clone the project, installed dependencies with npm install and created a .env file with the appropriate variables, run the following command in your terminal
npm run dev