Back to Appwrite

Create Session

docs/references/users/create-session.md

1.9.0241 B
Original Source

Creates a session for a user. Returns an immediately usable session object.

If you want to generate a token for a custom authentication flow, use the POST /users/{userId}/tokens endpoint.