Skip to content

Commit

Permalink
Merge pull request #155 from bitovi/dbrandon/TR-36
Browse files Browse the repository at this point in the history
TR-36: Remove duplicated typing in jira-oidc-helpers
  • Loading branch information
DavidNic11 authored Oct 11, 2024
2 parents fbe6d0d + 84b8fc7 commit a0ae7cb
Show file tree
Hide file tree
Showing 20 changed files with 999 additions and 826 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ See [Contributing](CONTRIBUTING.md)
- It has an endpoint that fetches the access token from Jira and refreshes the access token when expired.
- The `pages` folder contains the html files that are rendered.
- The `public` folder contains the javascript files that are included in the html files.
- The `jira-oidc-helpers` is a javascript file with all the helpers required to interact with Jira and save your access and refresh tokens to `localStorage`.
- The `jira-oidc-helpers` is a collection of modules with all the helpers required to interact with Jira and save your access and refresh tokens to `localStorage`.
- You will make changes to the `main-helper.js` files based on your use case. Everything you need to make your request has been layered in `jira-oidc-helpers`.
- Call the `jiraFetch` helper with the url path you want from your main and handle the data how you see fit. e.g

Expand Down
Loading

0 comments on commit a0ae7cb

Please sign in to comment.