api: add encryption verifier

encryption verifier is used for verifying the encryption key during password resets. It can be any encrypted item.
This commit is contained in:
Abdullah Atta
2026-08-18 08:36:02 +05:00
parent 768384011d
commit 0a3ee07b95
4 changed files with 41 additions and 0 deletions
@@ -36,6 +36,7 @@ using Streetwriters.Common;
using Streetwriters.Data.DbContexts;
using Streetwriters.Data.Interfaces;
using Streetwriters.Data.Repositories;
using AspNetCore.Identity.Mongo.Mongo;
namespace Notesnook.API.Repositories
{