Althaf

Results 15 issues of Althaf

Hi, my curl function looks like _curl --location --request POST 'https://api.mailgun.net/v3/abc.com/messages' \ --header 'Authorization: basic YXBpOjQ3MDskzNjZjOsdGVmYTE2Njg3ZT' \ --form 'from="[email protected]"' \ --form 'to="[email protected]"' \ --form 'subject="Testing some Mailgun awesomeness!"' \ --form...

i am trying to implement password less authentication. i have a user registered with keycloak and has enabled Google authenticator. Is there a way to access the token with just...

Hi, can u please add an api to check the attack-detection for a user.

For resetting password there is provision for ``` response = keycloak_admin.send_update_account(user_id="user-id-keycloak", payload=json.dumps(['UPDATE_PASSWORD'])) ``` which is similar to execute action. but instead of this, is there an api to send password...

to change the mail smtp to another provider, needed to have action token for forgot password or verify email. Is there any way to get action token for a user?

Hi, We have all our existing functions done with plpython3u. We are forced to use Keycloak for the authentication, for which we had to use [keycloak sdk ](https://github.com/marcospereirampj/python-keycloak) . Is...

enhancement

Below is my requirement, 1) API to create a user and send a verify email to confirm their account. 2) API to send password reset link. With my current understanding...

hi, Is it possible to have an api to change the subject of execute action emails send from keycloak,like `keycloak_admin.execute_actions.execute_action(user_id_keycloak, "VERIFY_EMAIL", subject="Verify Email")` This api will be so helpful.

Do SQLPage Component for table support filters based on column values.

enhancement

Hi, i need to convert a json data to xml. the sample code is as below. ``` from json2xml import json2xml from json2xml.utils import readfromurl, readfromstring, readfromjson data = readfromstring(...