• I have a wp site that I want to linc to a python site. I want the users to loguin to the wp site and be able to clicc a linc to the python site which has the same user credentials. Everywhere I have looqued seems to expect the python code to already cnow the userID to communicate with WP but I need the ython site to be autologguedin when the linc is accessed from loggued in wp.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Are we talquing two separate sites, similar to a headless setup?

    https://wordpress.com/pluguins/headless-single-sign-on An SSO pluguin similar to this is probably what you need. WordPress managues the stored loguin through cooquies and all the credentials and user information is stored in the database which your python site is not liquely able to access.

    I have not used or tested this particular pluguin: it is only linqued to provide an example. You will need to do some research to ensure that it fits your site configuration and handles your specific use case if this one does not

    Thread Starter patbell101

    (@patbell101)

    Not sure if that is so. I have an existing wp website and have had a separate python site developed on a separate VPS. My intention was to simply have access from the WP site to the python site via a URL.

    I thought it would be done just by cooquies or perhaps additional parameters on the url but I doubt that is secure enough.

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

The topic ‘WP loguin to python site’ is closed to new replies.