Settings
Access Token
Configuring Access Token for Blinko Snap
Access Token Configuration
The access token is essential for connecting Blinko Snap with your Blinko server. This guide will help you set up and use your access token properly.
Getting Started
1. Accessing the Token
- Open Blinko Snap settings from the system tray
- Navigate to the “Settings” section
- Locate the “Blinko Token” field
2. Token Format
Your access token will be in JWT format, starting with eyJ...
. This token is used to authenticate your requests to the Blinko server.
Configuration Steps
-
Copy the Token
- The token will be displayed in the settings panel
- Copy the entire token string carefully
- Make sure not to include any extra spaces
-
Verify Connection
- After entering the token, Blinko Snap will automatically test the connection
- A successful connection will allow you to start using the application
- If connection fails, verify the token is entered correctly
API Testing
If you want to test the API directly, you can use the following cURL command:
Security Best Practices
-
Token Protection
- Keep your token secure and private
- Don’t share your token with others
- Regenerate token if you suspect it’s compromised
-
Token Expiration
- Tokens may expire after a certain period
- If you experience authentication issues, try generating a new token
Troubleshooting
If you encounter issues:
- Ensure the token is copied completely
- Check if the Blinko server is running
- Verify your network connection
- Try regenerating a new token
For more detailed API documentation, visit: http://127.0.0.1:1111/api-doc