django-rocketchat-auth icon indicating copy to clipboard operation
django-rocketchat-auth copied to clipboard

Rocket.Chat authentication using Django

Results 1 django-rocketchat-auth issues
Sort by recently updated
recently updated
newest added

Hi, I'm hitting some problems with Django 3. I've found one issue with line 36 of rocketchat_auth/views.py. It looks like `if not request.user.is_authenticated():` now needs to be an attribute like...