All notable changes to the Futurae Admin API will be documented in this file. [1.4.1] - 2021-02-01 Added: - Add the ability to lookup and order users by display_name in "GET /srv/admin/v1/users" [1.4.0] - 2021-01-18 Added: - Add support for authentication using FIDO2/WebAuthn. [1.3.0] - 2020-11-23 Added: - All activation QR codes are now returned inline in data URI format as well, avoiding the need to use the public URL to retrieve the QR code. [1.2.0] - 2020-07-03 Added: - Add support for TOTP and QR code hardware tokens supplied by Futurae. Introduce new endpoints and make necessary, non-breaking adjustments to existing ones. [1.1.2] - 2019-11-08 Changed: - Increase the maximum validity of one-time codes generated via /users/{id}/one_time_code to 7 days ("valid_secs" param). [1.1.1] - 2019-08-19 Changed: - Adjust various enrollment related endpoints with the addition of the short activation code feature. [1.1.0] - 2019-06-07 Added: - "Get Active Users" endpoint to query fοr the active users of a service. - "Get List of Devices" endpoint can now be filtered by "sms" device type (in "type" query parameter). [1.0.2] - 2019-05-02 Added: - Endpoint to query for the devices of a service (including filters and pagination). - New filter parameters to the GET /srv/admin/v1/activity endpoint. [1.0.1] - 2019-01-30 Added: - Include the device_id of the newly enrolled device in enroll success callback. - Enable to programmatically set the user status to locked_out. - Enable to programmatically set the user max_attempts. [1.0.0] - Initial Futurae Admin API release