Skip to content

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

@vickywane

Description

@vickywane

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

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions