-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
📚 Documentation: #19
Comments
Hi, |
I cannot find functions to create a session in Account.php. I only found functions like How can we create sessions using PHP SDK? Am I missing something? |
I tried to work around the missing $promise = $client->call(Client::METHOD_POST, '/account/sessions/email', [
'content-type' => 'application/json',
], [
'email' => $request->get('email'),
'password' => $request->get('password'),
]); I get a Session object in return as stated by the documentation, but when trying to get the current session with $account->get(); I get the error
and I don't know how to go from there. I guess since the Server documentation doesn't list a //EDIT: Re-read the docs and found this https://appwrite.io/docs/authentication-server |
💭 Description
this Sdk not include, Account client side functionality.
like [Create Account]
[ Create Email Session]
and other.
How can I do it, client side functionality in PHP SDK
👀 Have you spent some time to check if this issue has been raised before?
🏢 Have you read the Code of Conduct?
The text was updated successfully, but these errors were encountered: