User Authentication with Atlassian

Options
michaelchang516
michaelchang516 Member
edited January 2023 in ? Working with APIs

Hi!

I'm a long time Bubble.io user but for my latest project I want to use Xano + Weweb. My app requires authentication with Atlassian so I can call Jira APIs on behalf of the user. I was wondering if there are any Xano snippets for Atlassian or guides on how to add a custom Social Sign In.

Thanks in advance!

Comments

  • Chris Coleman
    Chris Coleman Administrator

    ADMIN

    Options

    Hi, Michael! Taking a quick glance, it looks like Jira offers authentication via OAuth (https://developer.atlassian.com/server/jira/platform/oauth/), which should be very similar to any of the existing OAuth implementations we have available in the Marketplace. The flow typically involves "trading" this token for a Xano authentication token to make requests against your APIs that require auth. You should be able to use any of our existing implementations (such as Google authentication) and use that as a template.