Privacy Policy

Data Retention

Slicker does not retain any data outside of your device.. Deleting Slicker from your phone deletes all retained data.

Data Collection and Processing

Slicker does not collect any analytic or usage data.

Slack and OAuth

ZGLR processes your login request to Slack server-side, and forwards the login credentials to the Slicker iOS app. No data is stored by ZGLR servers. The code for this is source-available, can can be viewed on GitHub.

The Technical Nitty-Gritty

Slack requires that the OAuth redirect URI be an https URL. ZGLR uses a serverless function to handle the OAuth redirect, and exchange the OAuth code for a token, as described here. The serverless function then redirects to a Slicker deep link with that token.