Simple external authentication for a page?
-
I am currently working on creating a set of forms with WPForms and I need to protect the pages from public access while allowing users of a separate site to access the page.
The other site is custom built with PHP and does not use any specific frameworks.
I want users to log into the other site and click on a link to take them to a protected page on our WordPress site. The page/WPForms will have no access to retrieve data and is essentially only going to be submitting ‘orders’.
I have some experience with PHP (and java) but very little experience with WordPress.
I am thinking that the easiest way to do this would be to pass an authentication code as a parameter as part of the link and have some code on the wordpress site that will verify that the authentication code is valid and then pass the user on to the correct page.
Any idea if there is a plugin that can do this? How would I go about coding this manually? Sorry, I’m new to WordPress.
Thank in advance for any help you can provide in pointing me the right direction.
- The topic ‘Simple external authentication for a page?’ is closed to new replies.