Tiqr / tiqr-server-libphp

A PHP library for using the tiqr authentication mechanism
6 stars 7 forks source link

Feature/testserver #21

Closed pmeulen closed 2 years ago

pmeulen commented 2 years ago

Testserver for testing tiqr clients. See the readme in the TestServer directory for details

Supports enrollment and all the three authentication flows:

  1. Authentication using QR code
  2. Authentication of a specific tiqr account using QR code
  3. Authentication of a specific tiqr account using push notification
pmeulen commented 2 years ago

@phavekes The test server now allows testing enrollment and the three authentication flows on both iOS and Android. While I can think of more features (e.g support for locking accounts) I think the server is ready to be used. What do you think?