AuthLocker

Status

All systems operational.

healthy

Every dependency responded. This page runs the checks live on each request — it is never cached. Checked Thu, 10 Sep 2026 20:35:09 GMT.

Environment

1ms

Every required variable is present

MongoDB

914ms

Client records, authorization codes and verifications

Redis

108ms

Rate limits and spend counters

BotParty identity

916ms

Identity used by the owner API

Token signing keys

4ms

ES256 keys that sign id_tokens

Twilio

172ms

Phone verification

Amazon SES

138ms

production access enabled

Google login

1ms

Upstream identity provider

GitHub login

1ms

Upstream identity provider

Machine readable

Monitoring this yourself?

/api/health returns the same result as JSON, with HTTP 200 when healthy and 503 otherwise, so it works as a liveness probe without parsing anything.

curl
curl -sf https://authlocker.dev/api/health > /dev/null \
  && echo healthy || echo "degraded or down"