I’m looking to create an Appwrite function that first verifies a client using some custom logic, like providing a secret key. Once this verification is complete, the function should respond with something essential that the client can use to authenticate to my Appwrite instance.
After this step, the client should be able to access the Appwrite instance independently. What would be the best approach to implement this workflow?
@Raman
cc: @D5 @darShan
Can JWT token do this?
Recommended threads
- Custom emails
What happen if I use a third party email provider to customize my emails and my plan run out of emails/month? Appwrite emails are used as fallback sending emai...
- Realtime with multiple connections
I need the Realtime on multiple Collections for diffrent applicational logic. So my question is: Is there a way to have only 1 Websocket connection or do I need...
- Can't login or deploy functions in Appwr...
Hello, since i updatet to the appwrite cli 6.1.0 i can't login or deploy functions with the cli. When i call the command: "appwrite get account --verbose" i ge...