You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We recently set up the plugin to authenticate our users to a WordPress site via another app, based on php/Symfony. It worked just fine at that time. We were able to retrieve JWTs and auto-login to the wp site using the plugin. Recently, there were some changes made to the wp site which I believe have somehow affected the auto-login functionality. Though it does respond correctly if we try to request access tokens but if we use the same tokens to auto-login to the site, it doesn't work as expected. The request does seem to succeed but the user is clearly not logged in. I am not sure what could be the possible reason for it as there is visually no error/exception. If I, however, try to make the request to the auto-login endpoint using the browser, ie., I put the whole URL with the required query parameters in the URL bar, I am indeed logged in but it doesn't work via the app.
Bug Description
We recently set up the plugin to authenticate our users to a WordPress site via another app, based on php/Symfony. It worked just fine at that time. We were able to retrieve JWTs and auto-login to the wp site using the plugin. Recently, there were some changes made to the wp site which I believe have somehow affected the auto-login functionality. Though it does respond correctly if we try to request access tokens but if we use the same tokens to auto-login to the site, it doesn't work as expected. The request does seem to succeed but the user is clearly not logged in. I am not sure what could be the possible reason for it as there is visually no error/exception. If I, however, try to make the request to the auto-login endpoint using the browser, ie., I put the whole URL with the required query parameters in the URL bar, I am indeed logged in but it doesn't work via the app.
Environment
Other installed plugins (optional)
Additional Context (optional)
This could be related.
The text was updated successfully, but these errors were encountered: