Libraries tagged by test users locally
maurohmartinez/bypass-login-backpack-laravel
990 Downloads
Bypass login to test your application locally using users with different roles or by user id.
jayanta/jeeves
1 Downloads
A chat window for your own database. Users ask questions in plain English, Jeeves writes the SQL and runs it locally - the AI receives your schema structure only, never a row. Drop-in Blade widget, voice or text, any provider or a model you run yourself.
lockally/sdk
5 Downloads
The lockally control plane lets integrators and direct customers manage everything except actual mail data flow (which uses standard JMAP / IMAP / SMTP-submission against the data plane endpoints). **Authentication.** All `/v1/_*` endpoints require a Bearer API key in the `Authorization` header. Keys are formatted `lk_live__`. Generate the first key for a tenant via `cmd/seed`; subsequent keys via `POST /v1/api-keys`. **Errors.** Failures return [RFC 9457](https://www.rfc-editor.org/rfc/rfc9457) `application/problem+json` documents. **Scopes.** Each endpoint requires a specific scope on the presented key. Insufficient scope returns `403` with the required scope name in `detail`.