OpenID - revert case insensitive session UID lookup
This commit is contained in:
parent
e400e16ccc
commit
8f1bbfef56
@ -49,7 +49,7 @@ class CoreIDAdapter {
|
|||||||
|
|
||||||
async findByUid(uid) {
|
async findByUid(uid) {
|
||||||
const result = await this.coll().find(
|
const result = await this.coll().find(
|
||||||
{ 'payload.uid': uid.toLowerCase() },
|
{ 'payload.uid': uid },
|
||||||
{ payload: 1 },
|
{ payload: 1 },
|
||||||
).limit(1).next()
|
).limit(1).next()
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user