Could anyone help me out on how to add jira authentiaction to my forge-react app

In my backend API, how can i authenticate Jira users

Hi @Ajaypoly,
Welcome to the community :smiley:
Most needed information about Jira API is in our docs and I hope it will solve your problem. If not, please reach out again and say something more about your problem.

regards
Magdalena Rogulska

@MagdalenaRogulska thanks for your response ,
I followed these steps https://developer.atlassian.com/platform/forge/build-a-hello-world-app-in-jira/ for creating app and i am using sepearte backend for this app.We are currently calling all the jira rest api using api token of a user. Now i want to use this rest api using currently logged user’s access token. is there any way to access the currently logined user’s accces token.