我有两个wordpress网站 例如:abc.com和xyz.abc.com(两者都在wordpress中) 我想在不使用多站点功能的情况下在这两个网站上实现单点登录(SSO)。
使用了哪个合适的插件?
答案 0 :(得分:0)
您可以通过WP REST API实现此功能,
您可以使用以下插件进行身份验证https://wordpress.org/plugins/jwt-authentication-for-wp-rest-api/
或者你需要通过以下方法https://developer.wordpress.org/rest-api/using-the-rest-api/authentication/
来实现auth