1
0
Fork 0
mirror of synced 2024-07-12 18:05:55 +12:00
appwrite/docs/references/users/create-session.md
2024-01-12 17:10:23 +00:00

241 B

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.