I am creating an Atlassian Connect with WebPanel module. I would like to do the below things, Is it possible? I attached the sequence diagram.
Use story:
- Users use OAuth token which is generated by my service, to communicate with my service.
- If one user has gotten the token already, other users do not have to get the token again. They can share the token to communicate with my service so I need to store the token to Add-on or Jira?
Sequence diagram:
Thanks in advance.