You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
HI there,
I've been working on an oauth login to my application. I was uncomfortable that every user has to save their password in my applocation.
A login with oauth to jira can be done with: https://github.com/SocialiteProviders/Jira, (docs at http://socialiteproviders.github.io/providers/jira/). There was a bug while getting the access token. which is fixed with a PR I made.
Currently I'm not able to get the information where to put the access token in the request.
I think this would be a good addition to include the auth-token in the request instead of the username/password.
I'll wait till #8 is merged to create a additional PR to add the functionality from #3 and hopefully add the oauth token to the request.
Is there a possibility that this PR will get accepted?
The text was updated successfully, but these errors were encountered:
Hi @simonfranz
At the moment I'm struggling to find time to work on this library, I try my best and add new functions to the code a bit more Eloquent style. I will have a look at the oauth features as well and find out a best practice.
Thanks
HI there,
I've been working on an oauth login to my application. I was uncomfortable that every user has to save their password in my applocation.
A login with oauth to jira can be done with: https://github.com/SocialiteProviders/Jira, (docs at http://socialiteproviders.github.io/providers/jira/). There was a bug while getting the access token. which is fixed with a PR I made.
Currently I'm not able to get the information where to put the access token in the request.
I think this would be a good addition to include the auth-token in the request instead of the username/password.
I'll wait till #8 is merged to create a additional PR to add the functionality from #3 and hopefully add the oauth token to the request.
Is there a possibility that this PR will get accepted?
The text was updated successfully, but these errors were encountered: