The simplest auth method. Use this when your application has a standard login form with username/email and password, with no second factor required.
What to provide
Use dedicated test accounts with test passwords. Never use credentials from real user accounts or production admin accounts.
Tips for test accounts
- Create the test account in your application before starting the run
- Make sure the account is active and not pending email verification
- If your application has a “confirm email” step on new accounts, complete it before adding the user here
- Assign the account the intended role (Admin, Manager, Viewer, etc.)