Rémy Maucourt
Rémy Maucourt
Any update on this ?
I am currently hand crafting a Facebook connect in a Cordova app... after using jtoker for the email authentication, it seems like a waste of time. Any of you had...
For your information, we did it using InAppBrowser, taking inspiration from the Angular plugin. Maybe someone, someday, will find it useful :)
I found the solution in @kunovski answer to this issue : https://github.com/lynndylanhurley/j-toker/issues/7 it was a problem of CORS configuration (server-side pb). I quote his answer: You should do this: ```...
It seems like `signOut` requires some params, I just submitted an issue about that: https://github.com/lynndylanhurley/j-toker/issues/28
I have the same pb. It is well describe in the issue #162 . This issue is two years old and nobody seems to care.
Same pb than @asecondwill : I cant get a workaround to work due to the issue #179 . I'm using active admin and have no clue how to make rich...
I just tried using ``` @pytest.fixture(scope='session') def splinter_driver_kwargs(): return {"headless": True} ``` instead of ``` @pytest.fixture(scope='session') def splinter_headless(): return True ``` and the warning is still there. Both are working...