
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
- Appwrite Function Not Updating After Dep...
I created a Node.js Appwrite function and deployed it successfully. When I accessed /ping, it returned pong as expected. Later, I cloned the function repo, edit...
- JSON Parse error: Unexpected EOF when ex...
Hi, I'm trying to test a piece of code and I can't figure out what I'm doing wrong. I've reduced the deployed main to just this ```javascript export default as...
- Automatically Assigning the user and tea...
Hey AppWriters! Day 2 for me 😅 I'm reading the docs https://appwrite.io/docs/products/auth/team-invites In order to understand how a document is added then ...
