chainbound / valtrack

An Ethereum validator crawler
MIT License
11 stars 3 forks source link

feat(api): add admin authorization #34

Closed namn-grg closed 2 weeks ago

namn-grg commented 2 weeks ago

This PR adds admin authorization to the API. The consumer data contains sensitive data like IP address, latitude, and longitude that ideally should not be made publically. Adding authorization allows only the admin to access the sensitive data.