A possible usage without user account
-
First of all, thanks for this extraordinary plugin, working as a charm.
I am trying to extend the functionality in the following terms:
– I want a site protected to all visitors (I just did it with ‘Members’ plugin)
– But I need that our company users can enter to see the content, by checking they belong to our list of user emails.
My plan is to develop an API that instead of checking the existence of the WordPress user email, communicates with the API, receiving a yes or not in the list, and then sending the token to that user email for login (as your plugin)
Could you please let me know whether can I override the standard check against WordPress users table by sending my API a request (with the answer of not in the list or go ahead)?
You must be logged in to reply to this topic.