Maria Mozgunova

Results 4 issues of Maria Mozgunova

I noticed that if I provide `Products("income_verification")` to `LinkTokenCreateRequest`, but do not specify appropriate parameters for the `LinkTokenCreateRequest`, like below: ``` user_token=, income_verification=LinkTokenCreateRequestIncomeVerification( income_source_types=[IncomeVerificationSourceType("bank")], bank_income=LinkTokenCreateRequestIncomeVerificationBankIncome( days_requested= ), ), ``` I...

I recently went through the task of installing and configuring the `OpenID Connect Server` plugin on the WordPress website. I faced a few issues along the way. Reviewing the ['Genning...

Would it be possible to add the `oidc_no_permission_error_message` filter hook to the `AuthenticateHandler` class to customize the error message when the current user has no permission? In our case, we...

Currently, when removing the plugin, I get the error below: ``` PHP Fatal error: Uncaught Error: Class 'OpenIDConnectServer\OpenIDConnectServer' not found in //wp-content/plugins/openid-connect-server/uninstall.php:10 Stack trace: #0 //wp-admin/includes/plugin.php(1245): include_once() #1 //wp-admin/includes/plugin.php(960): uninstall_plugin('openid-connect-...')...