Missing the atmo_sessionid in the api request
xuhang57 opened this issue · 8 comments
xuhang57 commented
Not really know how to explain this. This is v27
and I log in with using keystone auth backend.
It fails at login(request,login) and I think it is because it is missing the SESSION_KEY in the
request.session` So that DRF doesn't work well.
Related Issue: cyverse/django-cyverse-auth#13
xuhang57 commented
xuhang57 commented
xuhang57 commented
using django-cyverse-auth-1.0.15 fixes this issue. So the problem is between version 1.1.0 and 1.1.1.
xuhang57 commented
@lenards Tried the latest version and I think the problem still persists. This is hard to debug since the Python traceback is not really helpful.
xuhang57 commented
solved
xuhang57 commented
lenards commented
Thank you for following up Lucas (and for reporting the issue promptly).