robitmoh

Results 6 issues of robitmoh

I cannot pass long parameter like "set_MLT_sensor 5E72631403A4FFFF" because a buffer size is short I think to change from line 151 in SerialCommend.cpp if (bufPos > SERIALCOMMANDBUFFER-1) { bufPos=0; //...

I search but not find example for the logout. I use keycloak provider. When I make logout in the cakephp app side the cakephp is login out, but the keycloak...

Hi! Installed the smsmtools-http-api but found error when open "/api/v1.0/sms/outgoing/" (eq with incomnig (any kind) ) ``` RuntimeError: maximum recursion depth exceeded while calling a Python object.. Traceback (most recent...

I want to try this API in my project. Over the learning I found some error in doc. My step by step process :smile: Make clean cakephp install `composer create-project...

Ensure the provider field is included in extractAccountData so associated SocialAccounts validation passes during newEntity marshalling. Fixes missing 'provider' validation error observed with Keycloak (and potentially others) when creating users....

This PR adds Keycloak support to the CakeDC/Auth plugin, allowing users to authenticate through Keycloak OAuth2. ## Features: - Added Keycloak mapper class to handle OAuth response - Implements role...