#4184 set project_token=False in all views
Closed by pingou. Opened by lenkaseg.
Unknown source master

Download 4184.patch

I had a problem to access a list of issues via API. The error message was Invalid or expired token.
First: my token was not really expired
Second: why the token should be necessary for issue view.

I set the project_token to False for all the view functions and now it works well for me.

Second: why the token should be necessary for issue view.

It is not necessary but if one is provided it will be checked.
And the token is useful and used as if you have certain access level to the project you will be getting private issues which you will not if you are not authenticated or are but not have sufficient access.

Ok, so the problem is really my wrong token..let's see...

Going to close this one then :)

Pull-Request has been closed by pingou

Metadata