Lock Timezones, Webhook authentication, `appSwitchOnly` Keys
almost 3 years ago by Diego Coy
Lock Timezones
- Endpoints returning Lock objects will return a new
timezone
field with the timezone represented in the tz database format (Area/Location_Name
).
Webhook authentication
- You can now define basic authentication credentials in the webhook URL.
- The webhook URL is now required to use
https
. - Check the Key Event webhooks guide for more detailed information.
appSwitchOnly
Keys for Service Providers
appSwitchOnly
Keys for Service Providers- Service Providers can now set a
appSwitchOnly
parameter on the request body of their Key creation request to mark the Key so the Unloc app doesn't display it on the User's Key list. Useful when you want to limit the usage of the Unloc app to App Switch operations only. - Read more about them here.