mirror of
https://github.com/Kingsrook/qqq.git
synced 2025-07-18 13:10:44 +00:00
CE-1654 activate chickenAndEggSession while calling customizer.finalCustomizeSession
This commit is contained in:
@ -313,7 +313,11 @@ public class Auth0AuthenticationModule implements QAuthenticationModuleInterface
|
|||||||
//////////////////////////////////////////////////////////////
|
//////////////////////////////////////////////////////////////
|
||||||
if(getCustomizer() != null)
|
if(getCustomizer() != null)
|
||||||
{
|
{
|
||||||
|
QContext.withTemporaryContext(QContext.capture(), () ->
|
||||||
|
{
|
||||||
|
QContext.setQSession(getChickenAndEggSession());
|
||||||
getCustomizer().finalCustomizeSession(qInstance, qSession);
|
getCustomizer().finalCustomizeSession(qInstance, qSession);
|
||||||
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
return (qSession);
|
return (qSession);
|
||||||
|
Reference in New Issue
Block a user