GithubHelp home page GithubHelp logo

Comments (4)

canonex avatar canonex commented on June 19, 2024

I confirm.

I use apache userdir and my address is:
https://mydomain.net/~me/mywordpress

So, a possible route is
https://mydomain.net/~me/mywordpress/wp-json/xx/v1/endpoint

At this time only the domain is considered and not the siteurl or home as written in the db options.

The comparison fails, as stripping out the wp-json is equal comparing:
~me/mywordpress/wp-json/xx/v1/endpoint
and
~me/mywordpress/xx/v1/endpoint
which is therefore always false.

So I commented out the line:
//$protectedEndpoint = $this->removeWpJsonFromEndpoint($protectedEndpoint);
and inserted in the ui in "Protected endpoints" the complete path
/~me/mywordpress/wp-json/xx/v1/endpoint
and it works correctly.

It would be useful to have the full flow by removing not only the domain but the whole siteurl.
In this way you could simply insert
/wp-json/xx/v1/endpoint

Thank you,
Rickyx

ps. how to retrieve the user id from the authorized endpoint?

from simple-jwt-login.

nicumicle avatar nicumicle commented on June 19, 2024

Hello @canonex @psusu

I did some fixes for this.

Can you please check on your side and let me know if it is working ok for you?

from simple-jwt-login.

canonex avatar canonex commented on June 19, 2024

I'm sorry, I tried several options but I can't figure out what should I write in the Protected endpoints (using Apply only on Specific REST endpoints option) if I want to protect this endpoint:
https://mydomain.net/~me/mywordpress/wp-json/xx/v1/endpoint

Thank you,
Riccardo

from simple-jwt-login.

nicumicle avatar nicumicle commented on June 19, 2024

Hello @canonex,

In the protect endpoints, you neet to add

  • /wp-json/xx/v1/endpoint

from simple-jwt-login.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.