authenticate_user
Authenticate users with email and password credentials for PocketBase database access, supporting both regular user collections and admin authentication.
Instructions
Authenticate a user with email and password
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| Yes | User email | ||
| password | Yes | User password | |
| collection | No | Collection name (default: users) | users |
| isAdmin | No | Whether to authenticate as an admin (uses _superusers collection) |