• Resolved marioskyr

    (@marioskyr)


    Is there a way to get the user information that has logged in using the free version? so something like link.com/me where you pass the jwt token?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Support abhiladdha07

    (@abhiladdha07)

    Hi @marioskyr,

    Thanks for reaching out.

    Yes, that is absolutely possible to do that.

    You can use the WordPress default /wp-json/wp/v2/users/me endpoint and pass the JWT token for authentication, you will be able to receive the user profile attributes. You can check more about the /users endpoint of WordPress from here.

    Hope this helps you with what you are looking to achieve.

    Please feel free to drop an email to [email protected] to know more about your requirements and the features you are looking for. Our technical engineers will guide you.

    Thanks,
    Team miniOrange

    Thread Starter marioskyr

    (@marioskyr)

    @abhiladdha07 I passed the JWT token but it says that it is invalid.

    Plugin Support abhiladdha07

    (@abhiladdha07)

    Hi @marioskyr,

    Thanks for getting back to us.

    Can you please share more details about the complete error response you are getting?

    Also, if the error is related to signature verification failure then would recommend you disable other JWT auth plugins in case you are already using them and try again using our plugin JWT auth.

    Let us know the updates.

    Thanks,
    Team miniOrange

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Get user information with free version’ is closed to new replies.