Litedb: [QUESTION] Is it possible to use LiteDB for Identity purposes?

Created on 7 Jun 2020  路  4Comments  路  Source: mbdavid/LiteDB

I mean using LiteDB instead of classic mechanism with relational DbContext. Any examples if exist?

question

All 4 comments

@a-a-k Sorry, I didn't understand your question. Could you explain it further?

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.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

kuiperzone picture kuiperzone  路  4Comments

axelgenus picture axelgenus  路  3Comments

josephinenewbie picture josephinenewbie  路  3Comments

GW-FUB picture GW-FUB  路  3Comments

onurhkb picture onurhkb  路  4Comments