Open ntilwalli opened 3 years ago
Are there any plans on merging this? Going through the "I authorize the app to do so" flow every login is a little cumbersome.
@benvp not sure if @ntilwalli is still interested in continuing the work. I can't take the workload at the very moment, so please take the lead and I will assist you as much as I can with it
Thanks for the reply. Will have a look and see how to bring this forward.
This PR integrate changes from #32 and #34, fixes tests as well as passes provider options to
authorize_url!
. This allows the request url to be configured since Twitter offers both an/oauth/authorize
and/oauth/authenticate
endpoint. The former endpoint requires the user goes through the app permission workflow each time, latter endpoint allows users to authenticate once and not have to authorize on subsequent login attemps until they revoke access. See StackOverflow discussion here.