Rank 4: Virtual Machine
Let's say all my api endpoints are on appwrite functions, all they need is the session token.
Normally I would login with user/pass and save the token and use that token sent in a header on the server
How would this work using functions?
Or do I have to create a JWT token and send that token to the function?