I mean using LiteDB instead of classic mechanism with relational DbContext. Any examples if exist?
@a-a-k Sorry, I didn't understand your question. Could you explain it further?
Something like this? https://github.com/fabian-blum/AspNetCore.Identity.LiteDB
Hi @a-a-k and @lbnascimento
If your meant Microsoft AspNetCore Identity, then yes - it is possible.
Could you please check following project, I'm working on:
https://github.com/quicksln/LiteDB.Identity
https://www.nuget.org/packages/LiteDB.Identity/
There is also sample with base implementation, using Default Identity UI.
In near future, I hope to post more advanced scenario for ASP.NET Core 3.1 Identity.
Let me know what scenarios you want to use it for ?
Cheers
Piotr
@quicksln thank you! This is what I asking for. I have a most primitive scenario - small web app with a few users and two roles.