API Key
Creating and managing tokens for your Pop
Last updated
Creating and managing tokens for your Pop
Last updated
EyePop uses a standard OAuth system to manage access to your Pops.
In essence, OAuth is a token exchange and management protocol that allows you to create public temporary keys for your authenticated users. Depending on your Pop use case, a temporary key may or may not be necessary so let's explore the main use cases.
The primary Pop use cases are as follows:
Server to Server: You or a server talks directly to your Pop.
Server to Client: Your clients talks directly to your Pop - temporary keys are required.
Visit the dashboard:
Create a Pop and continue to Step 3
Select "Create API Key"
Enter a name in the popup modal for your key, select "Continue"
Copy this key, and store it locally on your machine - make sure to not share this publicly
Your API Key is used in the EyePop.ai SDKs for authentication.