Refactor session flag handling and add VER_AUTHENTICATION.

This commit is contained in:
netkas 2025-01-10 18:17:28 -05:00
parent 4d01947092
commit 9e9596989d
3 changed files with 22 additions and 31 deletions

View file

@ -58,6 +58,7 @@
if($peer->isExternal())
{
$flags[] = SessionFlags::AUTHENTICATION_REQUIRED;
$flags[] = SessionFlags::VER_AUTHENTICATION;
}
else if($peer->isEnabled())
{