LibreTexts / ngshare

nbgrader sharing service
https://ngshare.readthedocs.io/
BSD 3-Clause "New" or "Revised" License
16 stars 16 forks source link

Help: endpoint is deprecated #146

Closed orboan closed 1 year ago

orboan commented 2 years ago

Hello everyone,

I gently request some help to make possible this ngshare service work with jupyterhub >= 2.0. It has been working fine while I used jupyterhub 1.3, but after upgrading jupyterhub to 2.x I get this error:

/authorizations/cookie endpoint is deprecated in JupyterHub 2.0. Use /api/user with OAuth tokens

This error appears in the kubectl logs of the jupyterhub pod when I try to access https://mydomain.com/services/ngshare/

(the browser says “too many redirects”).

Please, any help would be very very appreciated.

Thank you.

rubdos commented 1 year ago

I have some budget to work on porting ngshare to JupyterHub 3 during this academic year, as well as finishing the PostgreSQL port.

moorepants commented 1 year ago

Hi everyone, we created this project at UC Davis with a group of CS students for their capstone design project. I then stewarded this with a funded project at UC Davis after that, but now all the students and myself have left the university. I don't think anyone at LibreTexts or UCD is using this anymore, so there are no resources to develop it.

If anyone wants to take over maintenance, I'm happy to give commit rights to the repo and access to pypi and such so you can do so. @rubdos are you interested this?

rubdos commented 1 year ago

If anyone wants to take over maintenance, I'm happy to give commit rights to the repo and access to pypi and such so you can do so. @rubdos are you interested this?

Yeh, sure, I am! Especially if nobody else would be that has more frequent commits than I do. If you want to contact me in private, I suggest we take my University email at rubedesm at vub dot be

joernahlers commented 1 year ago

I have made the necessary changes.

151

rubdos commented 1 year ago

@joernahlers I'm trying to free some time next week to test your pull request on a test cluster and give some feedback if necessary. You're not being forgotten :-)

TimStewartJ commented 1 year ago

The new release now takes care of the issue. Thanks to @joernahlers !