Skip to main content
Module

x/appwrite/mod.ts>Account#createEmailPasswordSession

[READ-ONLY] Official Appwrite Deno SDK 🦕
Go to Latest
method Account.prototype.createEmailPasswordSession
Re-export
import { Account } from "https://deno.land/x/appwrite@10.0.0/mod.ts";

Create email password session

Allow the user to login into their account by providing a valid email and password combination. This route will create a new session for the user.

A user is limited to 10 active sessions at a time by default. Learn more about session limits.

Parameters

email: string
password: string