1
0
Fork 0
mirror of synced 2024-08-03 20:42:09 +12:00
appwrite/docs/references/account/create-session-email-password.md

3 lines
301 B
Markdown
Raw Normal View History

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.
2023-10-14 02:43:44 +13:00
A user is limited to 10 active sessions at a time by default. [Learn more about session limits](https://appwrite.io/docs/authentication-security#limits).