
Hi, I don't need help I just wanted to ask about weather a clerk integration will be coming or not since I have read Tessa say last year that you met the clerk team and are discussing an integration. I had to implement a custom token auth just to get clerk working with my system and its not exactly the best yk.
As always Thank you appwrite.

why do you want to use clerk?

well first of all because I originally used it in my application, second of all clerk clears my mind and just handles everything from users to middleware. and I just like clerk I guess. but why would you ask why do I want to use clerk, I think alot of people like to use clerk for easier auth and better security etc.

Not saying anything about appwrite, I do have 2 other projects using appwrite's auth still, one with ssr login too. But this application is a bit complex and big and does have alot of collaboration thats why.

plus that I already have clients using the application so it would be a little painful to move off of clerk now.

just trying to understand what makes it easier

They have components that you can throw in that handle the auth, right? i know that makes things easier

the middleware part is good to know too

Yeah much like that

interesting that Next.js says to not rely on middleware for auth, though

Yeah that is pretty interesting thats why I always have 2 layers nowadays

Aside from that "and please don't get me wrong" other services like convex, supabase do have clerk integration.

I just thought that it was famous for everyone I guess

I do understand that appwrite is in beta that's why I just asked if its planned or not didn't request it :).

it is planned. We're working on another integration at the moment, but i believe the clerk integration is next.
Taking a quick look...It looks like Clerk can be configured as an Identity provider. So you can see if you can set up an OIDC provider in Appwrite and use Clerk

Oh! alrighht didn't know about this that's interesting I'll be taking a look for sure, sorry for the trouble and thanks always I love appwrite and especially the community its all great.
Recommended threads
- how many Teams can be created?
I am creating an app where I will let users create groups. This could mean there will be many groups created by user, to isolate those groups properly I am thin...
- android kotlin error updatePhone
package vasu.apps.schooldashboard.Services import android.util.Log import io.appwrite.Client import io.appwrite.ID import io.appwrite.exceptions.AppwriteExcept...
- React native app login via Safari
Hi! I deployed for debug my React Native app in web, chrome everythink works well but in safari on mac and ios I cant login. I found this one error in safari co...
