Skip to content

GitLab

  • Menu
Projects Groups Snippets
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in
  • E ensembl_ticket_manager
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • Issues 0
    • Issues 0
    • List
    • Boards
    • Service Desk
    • Milestones
    • Iterations
    • Requirements
  • Merge requests 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
    • Test Cases
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Packages & Registries
    • Packages & Registries
    • Package Registry
    • Container Registry
    • Infrastructure Registry
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Code review
    • Insights
    • Issue
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • ensembl-web
  • ensembl_ticket_manager
  • Merge requests
  • !1

Merged
Created Aug 17, 2021 by Kamal Dodiya@kamalOwner

JWT integration with contact us form

  • Overview 0
  • Commits 13
  • Pipelines 3
  • Changes 12

Integrate JWT Token with contact us form. Before sending a POST request to backend API for creating RT, the client will request a token. The token will be sent over in an Autorization Header along with the form data. The API will then validate the token before creating RT.

201 : Created 
Creates Ticket with payload {"success" : True }
401 : Unauthorized
Token not verified (Signature expired, invalid token )
422 : Unprocessable Entity
One of the fields missing
Invalid email format

Review APP: http://submit-form.review.ensembl.org/

JIRA : https://www.ebi.ac.uk/panda/jira/browse/ENSWBSITES-1261

HTTP Request/Response Cycle Contact-us-req-response-cycle

Assignee
Assign to
Reviewer
Request review from
Time tracking
Source branch: jwt