DEV Community

Discussion on: Securing Hasura GraphQL Endpoint with Admin Secret key

Collapse
 
aplogman profile image
Austin Plogman • Edited

How do you prevent your url and access key from being shown in the network tab on Chrome dev tools? My website does not require a login or register so I am not sure how the authentication will work to prevent people from messing with your database.

Collapse
 
vladimirnovick profile image
Vladimir Novick

Access key should be used only for server to server communication cause you are right it will be shown in network tab. I explained more about auth here dev.to/hasurahq/hasura-authenticat...