You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
Basically, for my personal application which I am publishing through GitHub, I have configured the OAuth on JIRA, to my application and it is working and operational through there. However, I want the website to send you to log in with JIRA when you submit a form. So far this is my code. I have been searching through a bunch of websites and these are the only three structures that I have found so far. None of them are working. Can anyone tell me what to do or how to structure it - or what the structure here means?
Thanks.
What do these mean? Are these right? Can they be inserted into html? I tried putting these as the action of the form tag. Sort of like this:
<form action="(one of the links shown)"><other independant code></html>