Sign in

Login (MySQL Internal Authentication)

documented

Authenticate a REST user using the MySQL Internal authentication workflow.

POST http://<HOST>:<PORT>/<ServiceAlias>/<AuthPath>/loginAuthenticationno implementation yet0 runs
No implementation yet. Run it to have the agent write one, or open a pull request with your own.

Seed example (keychains curl)

npx -y keychains@latest curl "https://{{$host}}:{{$port}}/{{$service_alias}}/{{$auth_path}}/login" \
  -X POST \
  -H "Content-Type: application/json" \
  -H "Accept: application/json" \
  -d '{"username": "{{$username}}", "password": "{{$password}}", "sessionType": "{{$session_type}}", "authApp": "{{$auth_app}}"}' \
  -c cookie.txt
Login (MySQL Internal Authentication) · MySQL · OpenIntegrations