Hi,
im writing a webapp for JIRA using backbonejs, nodejs and jquery.
My Question is about the remote authentication. Should i use OAuth? Or is there a better way for the login process?
Basic authentication cant be used with webhooks or?
kindly regards
T
Have you tried either method? Of course the eaisest would be to add os_username and os_password to the url that you access. Next would be basic auth then oAuth.
Hey there,
Basic authentication with webhooks has not yet been implemented yet, but once it has, you will be able to do this with HTTP BASIC AUTH, which means adding the username and password to the URL.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.