-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Problem with Wekan > 2.97 when getting cardlists #6
Comments
Real error is:
|
Giving user admin rights will fix this. Why does a user need admin rights to use the api? Its only documented as "hint" in api docs. https://wekan.github.io/api/v3.46/#get_current_user My recommendation: Add this into the introduction. |
Huh? I hope you are not giving admin + api access to just any user. With API, it's possible to add users, change passwords, read data of all users etc. To really have per-user enough-restricted API, someone should test all of API and contribute pull requests to only allow user API to access user's own data. For any programmer that is creating code to access Wekan API, it's possible to make changes to API code at |
No no. :D i created a speerate user to make wekan boards visible to my calendar (see https://github.com/ykorzikowski/wekan-ical-server) And until the 3.** releases it was possible to do this without giving the calendar user admin rights. |
This is working with wekan 2.97, but not with newer versions.
wekan-python-api-client/src/wekanapi/models.py
Line 26 in 3ccf64e
The text was updated successfully, but these errors were encountered: