Hey there! I just messed up with Jira documentation, and I'm asking you guys. I need to do a project, and there should be a user authorization. I've decided to use something like social network authorization, but for my company jira users. I think I've googled half of the internet to find any tutorial or open source projects, but no luck. If you have a link withsuch kind of project or you did it yourself and have public repo, could you share a link with me?
While I was googling I've found some libraries for flask, like Flask-Dance which has method like this
flask_dance.contrib.jira.make_jira_blueprint(base_url,
consumer_key=None, rsa_key=None, redirect_url=None,
redirect_to=None, login_url=None, authorized_url=None,
session_class=None, backend=None)
and social-auth-app-flask, and I need to combine it, but I have some problems getting
consumer_key, rsa-key
Should I need to create an API-token, or application at https://developer.atlassian.com/apps/?