Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Endpoint for rest authentication + images fix #89

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

inode-
Copy link

@inode- inode- commented Aug 22, 2024

I just modified the endpoint for the verification of the authentication. It seems that the search feature is blocked by multiple plugins and hosting due to security concerns.

inode- added 2 commits August 22, 2024 09:12
Used another endpoint for authentication
@inode-
Copy link
Author

inode- commented Oct 14, 2024

I also fixed the parsing of images

@inode- inode- changed the title Endpoint for rest authentication Endpoint for rest authentication + images fix Oct 14, 2024
@bugparty
Copy link

bugparty commented Mar 9, 2025

I tried to merge your PR, but resulted in can't compile, any fixes?

src/wp-profile-modal.ts:66:7 - error TS2322: Type 'unknown' is not assignable to type 'WordPressOAuth2Token | undefined'.

66       this.profileData.wpComOAuth2Token = token;
         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

src/wp-profile-modal.ts:69:9 - error TS2322: Type 'unknown' is not assignable to type 'WordPressOAuth2Token | undefined'.

69         this.plugin.settings.profiles[atIndex].wpComOAuth2Token = token;

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants