Course lesson
Identify Users in a Cloudflare Worker by IP to Serve User-specific Data
Our application works but there is one major flaw. Everyone sees the same to-do's. To make to-do's user-specific, we are going to link users' data to their IP addresses so people only see to-dos based on their IP address.
- Duration
- 2 min
- Access
- Free
- Transcript
- Retained from source evidence
Our application works but there is one major flaw. Everyone sees the same to-do's. To make to-do's user-specific, we are going to link users' data to their IP addresses so people only see to-dos based on their IP address.