-
Notifications
You must be signed in to change notification settings - Fork 11
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
Add solid-crud tests #24
Conversation
Hm, still seems to be something wrong with how the cookie is passed, I'll look into this: https://travis-ci.com/github/pdsinterop/solid-nextcloud/builds/201245588#L699 |
The issue is that although solid-nextcloud passes the webid-provider tests, it does not produce valid responses to solid-auth-fetcher. I added a test for that in v1.2.0 of the webid-provider-tests. Blocked on #26. |
The docker image is still uploading but you can see the added test here: |
- add workaround for PUT weirdness in Nextcloud - remove @cors directive because it bumps into CSRF prevention in nextcloud. We'll have to handle our own headers.
No description provided.