conwetlab / ckanext-oauth2

OAuth2 support for CKAN
GNU Affero General Public License v3.0
25 stars 56 forks source link

Python 3 support #39

Open espenfl opened 4 years ago

espenfl commented 4 years ago

Thanks for this great extension. It seems this is the only one that is maintained for OAuth 2.0, or am I mistaken?

Are there efforts to try to upgrade this to Python 3?

aitormagan commented 4 years ago

I am afraid there are no plans to upgrade this extension to Python 3 😞.

El 30 oct 2020, a las 21:18, Espen notifications@github.com escribió:

 Thanks for this great extension. It seems this is the only one that is maintained for OAuth 2.0, or am I mistaken?

Is there efforts to try to upgrade this to Python 3?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or unsubscribe.

espenfl commented 4 years ago

@aitormagan Thanks for the reply. Do you know of other maintained extensions for CKAN that offers OAuth 2 connectivity? When you say there are no plans to upgrade to Python 3, is that strictly due to lack of resources to do so, or is there some technicalities that would be difficult to address? If former, we might assist.

syats commented 3 years ago

Hi @espenfl did you find any solution in this respect? I am evaluating using CKAN for two projects but carrying around python-2 dependencies is a huge disadvantage.

aitormagan commented 3 years ago

@espenfl, I am sorry I didn’t answer you. As far as I know, migrating this extension to Python3 should not be difficult. But I am afraid there is no resources available to complete this task :(.

FedericOldani commented 3 years ago

Hi! I just wanna ask you @syats and @espenfl if you have found a solution to this problem. I'm interested in this too.

espenfl commented 3 years ago

@FedericOldani No, unfortunately not. It is still on the map of something we would like to fix, but we have not yet had the resources or time to issue a PR.

ryangermann-gov-on-ca commented 3 years ago

We also need OAuth2 authentication in CKAN 2.9x. We will try to make it work and provide the update, but please don't wait on us: we're still learning and hopefully we can get this working but my team is new to Python / CKAN extension development.