Christos Chatzivagias

Results 11 issues of Christos Chatzivagias

Hello I have setup a keycloak + hasura connection with the current method but when I am revoking the token using the `auth/realms/master/protocol/openid-connect/revoke` the token is still valid and I...

Is there any plan to implement the Similarity Lookup operation?

Hello, I am trying to use requests_html inside a raspberry pi but I took an incompatibility error of chrome driver OSError: [Errno 8] Exec format error: '/home/dio/.local/share/pyppeteer/local-chromium/575458/chrome-linux/chrome'

Hello I try to install etheratom with apm install etheratom firstly I had a problem with python and I solved by renaming the python executable but there are other more...

installation issue

Hello I am using the above code ``` from O365 import Account from O365.utils.token import FileSystemTokenBackend tk = FileSystemTokenBackend(token_path=".", token_filename="o365_token.txt") account = Account(('client_id', 'client_secret'), auth_flow_type = 'credentials', tenant_id="tenant_id") # tenant_id...

I read the documentation and I see that the storage API requests do not demand a token in order to authenticate the user who is requesting the resource am I...

Hello, is there any more detailed instuctions page about how to setup/add oauth register/sign in with one of the providers? for example google?

I am new to Rust and I have the above code with which I am trying to create a `QWizardPage` and add it to a `QWizard`, I have inserted the...

Hello, Im using play 2.6.5 and deadbolt 2.6.1 java. I am trying to add @restrict() {} but does not work. im add the import @import be.objectify.deadbolt.java.views.html.di.{restrict} but all time say...

Hello, I try to create a login process with Linkedin OAuth service. I have followed the instructions and retrieve the proper data of r_liteprofile `linkedin_bp = make_linkedin_blueprint(scope=["r_liteprofile"])` the user data...