Hi,
I want to integrate an existing PHP App into Grav, without writing a Plugin.
Therefore I need to access the current user's name and if he authenticated successfully with Grav.
Is there a way to get this data from an external PHP App?
In e.g. Joomla, it is possible to launch a minimal core instance and get the authenticated user with
$user =& JFactory::getUser();
Any similar procedure here ?
Thank you very much,
Harald