Closed brct-james closed 1 year ago
The API does not require authentication for /, /register, /factions/..., and /systems/.... This PR removes the global security from these endpoints.
/
/register
/factions/...
/systems/...
(Also adds .stoplight/styleguide.json to ignore since this repo doesn't appear to use it...)
.stoplight/styleguide.json
Looks great! Thanks for the PR.
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...)