Hi,
I have some code performing an authentication and sending me back a JWT ( in javascript in an iframe ...) .
How can I get this authentication used to open the session through CB ? ( I found this for the native authentication method
docs.joomla.org/J3.x:Creating_an_Authentication_Plugin_for_Joomla
) but I guess it is different with CB
Any trick or documentation ?
I will be able to use auto-actions for my other requirements ( like changing groups belonging etc...)
Thanks