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

Handle requests only from allowed users #1

Open
pablo-de-andres opened this issue Mar 28, 2022 · 0 comments
Open

Handle requests only from allowed users #1

pablo-de-andres opened this issue Mar 28, 2022 · 0 comments
Assignees

Comments

@pablo-de-andres
Copy link
Member

A lot of registered applications right now do not check that the user is actually allowed to request the resources.
This should be tackled in two steps from the application side:

  • Only allow requests coming from a logged user (check the token in the request)
  • Check/validate that the user is authorised to make a given request (e.g. by querying the platform to see if the user purchased a product for the application).

Since the dummy app serves as a starting point for development, it would be beneficial to include these functionalities out of the box.
This concern raised on the platform applications meeting on 22/03/22.

@singhpranjali singhpranjali self-assigned this Jul 18, 2022
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

When branches are created from issues, their pull requests are automatically linked.

2 participants