I have two WordPress websites sharing the same Users Tables. The user should be able to login into one of them and get a token that is usable on the other website as well.
My changes will allow the developer to use a filter hook to list the domains that are approved to use the same token.
I have two WordPress websites sharing the same Users Tables. The user should be able to login into one of them and get a token that is usable on the other website as well. My changes will allow the developer to use a filter hook to list the domains that are approved to use the same token.