Hello. Is there a recommended way to allow a standalone php application, running on the same server as our XF instance, to use the authentication from the XF user database?
We have an application we want to carry forward to the new forum site, but it has no relationship to the forums (separate database schema). As it is a data entry application, we would like to only permit access to our XF users. In the past, this application looked for the presence of the phpbb2 login cookie which was extremely easy to circumvent of course. I would like to shirttail this application onto the XF instance for authentication purposes. I had considered making it an addon, but it really has nothing to do with XF and that seems like I'd be creating a more complex support issue for those who have to maintain it. I presume that people may have addressed this with wordpress and other applications and wondered how.
We have an application we want to carry forward to the new forum site, but it has no relationship to the forums (separate database schema). As it is a data entry application, we would like to only permit access to our XF users. In the past, this application looked for the presence of the phpbb2 login cookie which was extremely easy to circumvent of course. I would like to shirttail this application onto the XF instance for authentication purposes. I had considered making it an addon, but it really has nothing to do with XF and that seems like I'd be creating a more complex support issue for those who have to maintain it. I presume that people may have addressed this with wordpress and other applications and wondered how.