Skip to content
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

Create note and add comment as anonymous #10

Open
ThomasG77 opened this issue Jun 15, 2019 · 0 comments
Open

Create note and add comment as anonymous #10

ThomasG77 opened this issue Jun 15, 2019 · 0 comments

Comments

@ThomasG77
Copy link
Collaborator

To create note, there is an http call to createNoteRequest. In this function, the call to endpoint is using auth.xhr related to "osm-auth library". With it, you can create note when authenticated but you can't as an anonymous contributor whereas the OSM API endpoint allows this function.

You can also comment note as an anonymous contributor. For the same reason, the usage of auth.xhr in genericPostNoteRequest (function use for http call to comment note), it's not possible to comment anonymously.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant