Community Announcements have moved! To stay up to date, please join the new Community Announcements group today. Learn more
×Hello Atlassian community,
I am developing a Jira application using NodeJS, I need to make the code generic ,as I want to make the username and password (API token) to be assigned from the currently logged in user from the website, I tried to follow the steps provided on the OAuth 2 but eventually I have the parameters that generate the API token hardcoded (client id, client secret, code, etc). please kindly can you tell me if there is such a way to assign those parameters from the currently logged in user instead of assigning these parameters as hardcoded in the code?
You need to be aware that there are user specific codes, and also secret codes for your app. Your secret app codes will be needed for every user.
Thanks for your reply, but please can you tell me how to make the user specific codes generic and not hardcoded
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.