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 😅
TL;DR
Developers seek a NextJS and Appwrite example with AuthJS for authentication, OAuth or Credentials, and middleware to check routes for loggedIn user. Realtime subscriptions with node-appwrite client are also needed. Solution: Provide a simple login app with 1 realtime listener.