Can I use Ionic to authenticate a user using Jira's OAuth authentication?

I have an app with Ionic as the client. I want to authenticate a user logging in using Atlassian Jira’s Oauth authentication policy.

Is this possible to do this ?

Thanks
Ramnath

yes… jira has an api and you can use it like any other api i think:
https://developer.atlassian.com/jiradev/jira-apis/jira-rest-apis/jira-rest-api-tutorials/jira-rest-api-example-oauth-authentication

And they have a javascript api
https://developer.atlassian.com/static/connect/docs/latest/concepts/javascript-api.html