Skip to content

feat(frontend): integrate Jira OAuth2 flow and dynamic integrations list from backend

malak bounejra a demandé de fusionner feature/MINTR-51 vers develop
  • Implemented OAuth2 redirection to backend (/oauth2/authorize)
  • Created OAuth callback handler to retrieve tokens from backend
  • Stored access_token and refresh_token in localStorage
  • Added automatic AccountIntegration creation after OAuth success
  • Replaced mocked integrations data with real backend data
  • Implemented dynamic integrations list rendering from API

Rapports de requête de fusion