What are the best packages to secure headers and other security matters in a graphql app?

Hi everyone,

What are the best packages to secure headers and other security matters in a Graphql(absinthe) app?

I am looking for something like this https://github.com/dansmaculotte/nuxt-security (this needs helmet, so I can’t use it).

Thanks in advance

I am not sure if this could help…

https://hexdocs.pm/sobelow/Sobelow.Config.CSP.html

but if it is for security concern it might.

1 Like

Thanks the problem is that I have graphql api so I don’t have access to the browser plug, in this situation.