KoalixSwitzerland / koalixcrm

koalixcrm is an Open Source Python CRM and ERP based on django

Home Page:www.koalix.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Rest API authentication does not work

scaphilo opened this issue · comments

This bug affects the apache deployed as well as the the django webserver deployed version of the koalixcrm.

Effect:
The user cannot authenticate against the REST API
only the login page is shown to the user.

How to fix:
In the restinterface.py the permission_class decorator has to be used instead of ConditionalMethodDecorator