nicholas12345
nicholas12345
Any progress on example app?
Here is an update: login works via Cookie method (core patch plus some missing permissions). It sets a cookie in a browser and creates an entry in sessions table in...
Okay I am stuck in implementing withCredentials in this example. For some reason, whenever I define $httpProivder along with $RouterProvider in .config, it throws various errors. Any hints how to...
Thanks for your response, I'll continue with research into this, and re-sync with you after August 27th
okay, thanks for update!
Okay, so I updated this demo (including manual change in drupalservice.js), and updated Drupal core to rc2. When I try to log in, it appears to work, but I do...
Thanks for update! I pulled new changes. I didn't use configured user and pass in config.js, but used logging in interface in your example. I now added to config file....
Okay let me sum up everything done when setting up this example and necessary Drupal parts. 1. Git clone this repository 2. Inside it download Drupal 8 (8.0.0-beta12 at the...