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

add scope checking for DELETE endpoint for user (deleteUser) #40

Open
aryang13 opened this issue Dec 23, 2023 · 0 comments
Open

add scope checking for DELETE endpoint for user (deleteUser) #40

aryang13 opened this issue Dec 23, 2023 · 0 comments
Assignees

Comments

@aryang13
Copy link
Contributor

aryang13 commented Dec 23, 2023

Acceptance Criteria

new LambdaBuilder(router)
    .use(new ScopeController(db))
    .build();
  • different scopes should be able to complete different tasks

Development tasks

  • work in file: src/roles/deleteUser.ts
  • for different scopes add the handling needed

Learning Opportunities

  • adding on top of an pre-existing HTTP method
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

2 participants