SpaceTradersAPI / api-docs

The API documentation for the SpaceTraders API
143 stars 36 forks source link

Fix global security on public endpoints #47

Closed brct-james closed 1 year ago

brct-james commented 1 year ago

The API does not require authentication for /, /register, /factions/..., and /systems/.... This PR removes the global security from these endpoints.

(Also adds .stoplight/styleguide.json to ignore since this repo doesn't appear to use it...)

space-admiral commented 1 year ago

Looks great! Thanks for the PR.