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

Require authentication on cloud API endpoints of deployed production functions. #13

Open
vickywane opened this issue May 20, 2021 · 0 comments
Assignees

Comments

@vickywane
Copy link
Contributor

Currently the Cloud API endpoints are public and easy to guess. Malicious activity can be carried out by obtaining the ID of an active subscriber.

Expected feature

All API endpoints should be private and require some basic authentication before the function logic is executed.

A similar implementation of this can be found in the Netlify docs on Function Authentication, however, the implementation provided by Auth0 is not feasible as we are not using Netlify as an authentication provider.

Cc: @ivelin

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