Documentation under development
To cover:
The central principle behind the OAuth protocol is: If you want a client program to access a server somewhere, there should be a more secure way than asking the user to enter their username and password into the client program which then sends it to the server. OAuth provides another way to authenticate, using secure tokens passed between two servers.
For example, if a user puts a JIRA Issues gadget onto their iGoogle page, they should not need to enter their JIRA username and password into iGoogle.
Using Authentication in your Gadget
Using the Atlassian Gadgets JavaScript Framework
Rate this page: