Mock OAuth2 login service

I’ve just launched a mock OAuth2 / OpenID Connect service:

It’s free, no sign-up required. You can use it in your test setup in place of a real OAuth2 service (e.g. Google, Auth0 or Okta).

A few reasons you might want to do this:

  • Performance testing (most providers won’t let you do this)
  • Not having to create lots of test users - you can just use any email address you want (real or not).
  • Faster automated tests (since it’s not doing the work of a real login service, it’s very quick).
  • Easy, minimal setup.

It’s very new, so I’m open to suggestions for improvement. Feel free to ping me using the chat widget.