Hi,
I'm thinking of implementing authentication using exec commands. For example, I have a script that checks if a user exists in a database. For Register methods i will run this script, if the script exit with 1 the use will be rejected and if the script exit 0 the user is authenticated. Is this possible?
Thanks,