• Hello,
    This plugin is good for logging into wordpress site from remote apps, Great but for some reasons i need my users to visit my website, Like some pages are not available on the app but are available on website, so i simply redirect them to the wordpress website on that page, So i want them to be logged in automatically from the url so they dont have to login again

    For example sending the token in the parameters,

    mywebsite.com/AnyDirectory/?Token=EXAMPLETOKEN

    Like if user opens any directory or with paremeter token, he must be logged in to the website automatically after verifying the token…

    Also i would like to know if somehow it is possible to login with social networks like facebook…

Viewing 4 replies - 1 through 4 (of 4 total)
  • The POST method does not use the url to send the data (only GET)

    erik2

    (@erik2)

    Is there a way to use GET for logging in with an url?

    Anyone have any feedback, interested too

    I’ve used this plugin to add support for post preview links for headless WordPress installs – it uses a hardcoded user to generate a token which is added to the preview url. Maybe this system will be helpful to others: https://github.com/chris-geelhoed/wp-headless-previews

    Enrique, would it be possible to alter the generate_token method in class-jwt-auth-public to allow local access without user credentials? I’d be willing to help out with this if you think it’s a good idea.

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘LOGIN WITH URL’ is closed to new replies.