Is it possible for me to create an external websocket server from appwrte, and authenticate with ap
- 0
- Self Hosted
- Accounts
Hello everyone, I would like to know if if I create a websocket server external to appwrite, is there a way to authenticate a user using api or something like that...
Not sure what you mean and what about supabase? 🧐
If you mean authenticating users to use realtime, then you can do that if using both Auth and Appwrite realtime
sorry, I just copied the same question from supabase, and as I was going to sleep I didn't pay attention that there was supabase there xD
forgiveness for the mistake
Is it possible for me to create an external websocket server from appwrte, and authenticate with ap
I want to authenticate them using the server, not the client
so you want to create a web socket server and you want that server to be able to talk to Appwrite and make API requests on behalf of an Appwrite user?
In Appwrite, the Auth is performed server side by default when you're using Auth APIs
yep
in fact I want to access everything using an administrative key from my account..
Uhh why not use API key in your web socket server then?
Recommended threads
- Failed to generate functions SSL
```appwrite-worker-certificates | Cannot renew domain (functions.domain.com) on attempt no. 9 certificate: Failed to verify domain DNS records. appwrite-worker...
- Dart 3.10 runtime on self-host 1.8.1
I added dart-3.10 runtime in .env file, applied the changes, but cannot see such option on console. is dart 3.10 not supported by self hosted 1.8.1? if not, whe...
- Guideline of AI
Hello everyone, I’m planning to specialize in Artificial Intelligence (AI) and I’m currently looking for guidance from someone with strong experience in the fi...