I am working on a Drupal-based system that will not directly handle login processing.
Rather, another system will handle user authentication and transfer data directly to Drupal via the GET parameter.
Is it possible to connect a function that will process this GET parameter and check the user?
I come to the development of this system late, and many things have already been chosen for me, so I have to work with what has already been developed. Any advice would be greatly appreciated!
source share