Replies: 4 comments 7 replies
-
First of all, why would you wish to recreate this class? Second; this class stores the extracted cookie in a private property for reuse later. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Thanks - I got it working.
The reason for the recreation would be, that your call is to powerful and I only need a small subset of functions. As such the current version has too many options to swiftly maintain it in the cloud Text I intend using it.
However - your work is really a great foundation.
… Am 08.08.2021 um 12:00 schrieb malle-pietje ***@***.***>:
First of all, why would you wish to recreate this class? Second; this class stores the extracted cookie in a private property for reuse later.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub, or unsubscribe.
|
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
malle-pietje
-
Good to hear, and you’re welcome! |
Beta Was this translation helpful? Give feedback.
0 replies
-
Yeah - saw that. Thanks for the hint.
My biggest issue for now was getting the cookie transferred, but finally I solved that.
… Am 08.08.2021 um 13:11 schrieb Thibaut SEVERAC ***@***.***>:
just to be sure, because the authentification mechanism doen't work in the same way with unifiOS or not . Did you manage the two ? ( or else you support only one ? )
( I got the same problem in node.js ;) )
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub, or unsubscribe.
|
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I am trying to build a similar class using PHP to be integrated into my home automation.
What I am struggling with is how the login mechanics work. In stage 1 the login class with authenticate - that works well for me and I get a cookie. What I am not able to do is to reuse the login to call any other function e.g. self ...
Can you give me a hint how the authentication works beyond the base method ...?
Thanks
Enno
Beta Was this translation helpful? Give feedback.
All reactions