Is there someone who has a working example for a NextJS application combined with Appwrite?
Auth method: AuthJS or own built. Authentication: OAuth or Credentials Middleware: check routes for loggedIn user
I am using node-appwrite combined with client version Appwrite also for realtime subscriptions.
Just a simple login app with 1 realtime listener. Can't wrap my head around it π
Recommended threads
- Rate Limit of project
AppwriteException: Rate limit for the current endpoint has been exceeded. Please try again after some time. So , how much time I have to wait and why does it h...
- Update User Error
```ts const { users, databases } = await createAdminClient(); const session = await getLoggedInUser(); const user = await users.get(session.$id); if (!use...
- apple exchange code to token
hello guys, im new here π I have created a project and enabled apple oauth, filled all data (client id, key id, p8 file itself etc). I generate oauth code form...