Web Developer
Hi all!
I am trying to check out appwrite if it will allow me to incorporate it in my next project.
I have appwrite up and running and a few endpoint implemented and I like it so far.
I wanted to see now if I'll be able to login users with a "fingerprint" from a mobile device. Say String "123" for test purpose. I tried using:
https://appwrite.io/docs/products/auth/custom-token
But I don't have account.createSession in JS.
Please can you advice how can I achieve this ? 🙂
Many thanks!