wp-graphql / wp-graphql-jwt-authentication

Authentication for WPGraphQL using JWT (JSON Web Tokens)
GNU General Public License v3.0
337 stars 74 forks source link

Allow multiple iss domains #141

Closed fjobeir closed 2 years ago

fjobeir commented 3 years ago

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.