Globals restructured to their own module. Origin and RP definition.

This commit is contained in:
2025-08-07 01:23:35 +00:00
parent 0578706bdf
commit df377c4a14
11 changed files with 120 additions and 67 deletions
+1 -1
View File
@@ -17,7 +17,7 @@ from passkey.util import passphrase
from .. import aaguid
from ..authsession import delete_credential, get_reset, get_session
from ..db import db
from ..globals import db
from ..util.tokens import session_key
from . import session