fix(auth): efficient user session projection (#7187)

* fix(auth): cache users during session projection

* fix(auth.user_sessions): add index for more efficient by user search
This commit is contained in:
Silvan
2024-01-09 19:36:46 +01:00
committed by GitHub
parent 039a1e793b
commit 43f1d59649
6 changed files with 142 additions and 4 deletions

View File

@@ -77,6 +77,7 @@ type Steps struct {
s17AddOffsetToUniqueConstraints *AddOffsetToCurrentStates
s18AddLowerFieldsToLoginNames *AddLowerFieldsToLoginNames
s19AddCurrentStatesIndex *AddCurrentSequencesIndex
s20AddByUserSessionIndex *AddByUserIndexToSession
}
type encryptionKeyConfig struct {