lunasec-io / lunasec

LunaSec - Dependency Security Scanner that automatically notifies you about vulnerabilities like Log4Shell or node-ipc in your Pull Requests and Builds. Protect yourself in 30 seconds with the LunaTrace GitHub App: https://github.com/marketplace/lunatrace-by-lunasec/
https://www.lunasec.io/
Other
1.44k stars 164 forks source link

Graphiql #1114

Closed factoidforrest closed 1 year ago

factoidforrest commented 1 year ago

Adds an API explorer to the sidebar. Has an auth guard on it. Has a nice default query preloaded.

We don't have real API auth so that will be more work to build when someone needs it. We can port the CLI token auth system.

moreinfo_008