I have a C# forms application that I would like to leverage my existing Joomla database for authentication permissions handling (user groups), but I cannot get past the authentication stage.
I am aware that I could query the DB directly but I would rather leverage Joomlas framework.
I tried some code I found here c# application login to joomla and while it may work great for Joomla 2.5, it seems to cause issues with 3.x and returns an Invalid Token message.
Any help would be greatly appreciated and thanks in advance.