Skip to content

GitLab

  • Menu
Projects Groups Snippets
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • F form-creator-api
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 2
    • Issues 2
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • simmctic
  • form-creator
  • form-creator-api
  • Merge requests
  • !56

Merged
Created Jan 29, 2020 by Richard Fernando Heise Ferreira@rfhf19Owner

Issue #64: FIX: delete route is now protected

  • Overview 0
  • Commits 1
  • Pipelines 2
  • Changes 4

closes #64 (closed)

-FIX on delete route; now an user can only delete the information about himself, this goes through double verification: first the token validation middleware and second is a comparison between the ID on the route params and the ID on the validated token, which prevents an user deleting information other than his own.

Signed-off-by: RichardHeise rfhf19@inf.ufpr.br

Assignee
Assign to
Reviewer
Request review from
Time tracking
Source branch: issue/64