TeskaLabs / seacat-auth

SeaCat Auth provides authentication, authorization, identity management, session management and other access control features.
GNU General Public License v3.0
11 stars 6 forks source link

Search sessions by ID #248

Closed byewokko closed 1 year ago

byewokko commented 1 year ago

ISSUE: it is not possible to efficiently search by partial session id match - there is no such thing as regex for bson.ObjectId. because of that, it is only possible to search by full id. Is that even useful?

byewokko commented 1 year ago

not useful