-
Notifications
You must be signed in to change notification settings - Fork 232
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Document what type of Auth can be in each endpoint #171
Comments
I like this suggestion, though I'm curious the extent to which we would be setting policies on the GBFS endpoint. I think that that question falls into the same territory as imposing pagination restrictions, which @thekaveman has suggested should be left to NABSA |
I think NABSA is fairly clear that GBFS should be made open, IIRC. |
hunterowens
added a commit
that referenced
this issue
Feb 4, 2019
hunterowens
added a commit
that referenced
this issue
Feb 4, 2019
Update `auth.md` with authentication requirements.
hunterowens
added a commit
that referenced
this issue
Feb 4, 2019
Update `auth.md` with authentication requirements.
hunterowens
added a commit
that referenced
this issue
Feb 14, 2019
…ta-standard into dev * 'dev' of https://github.com/CityOfLosAngeles/mobility-data-standard: (33 commits) Update definition of timestamp to match provider Also replacer "UUIDv4" with "UUID4", as is convention Update README.md Update README.md Clarify that the time-based-filtering query parameters should be stackable. fix cloud line. add mds-agency-cli project Adding Cloud as Provider, mds, and gbfs language cleanup, link to GPS articles truncate -> round switch to round, fix typo. Update provider to allow precision based truncate. fixes #209 Cleaning up service_areas endpoint Add versioning requirement to Provider API Fixing two missing initial event states. Update provider/auth.md Authentication Requirements. Fixes #171 Update README.md Update README.md generate full schemas clean up and fix the schema ...
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Currently,
provider/auth.md
doesn't show what endpoints can be covered with what types of limits / auth.Proposal:
provider/auth.md
show that GBFS endpoints should be open to the public, while/trips/
and/status_changes
can be restricted to a municipality.For open to the public, there is a question of allowing companies to rate limit queries to that endpoint.
The text was updated successfully, but these errors were encountered: