Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[QUESTION] Is it possible to use LiteDB for Identity purposes? #1711

Closed
a-a-k opened this issue Jun 7, 2020 · 4 comments
Closed

[QUESTION] Is it possible to use LiteDB for Identity purposes? #1711

a-a-k opened this issue Jun 7, 2020 · 4 comments
Labels

Comments

@a-a-k
Copy link

a-a-k commented Jun 7, 2020

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

@a-a-k a-a-k added the question label Jun 7, 2020
@lbnascimento
Copy link
Collaborator

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

@weirdyang
Copy link

Something like this? https://github.com/fabian-blum/AspNetCore.Identity.LiteDB

@quicksln
Copy link
Contributor

quicksln commented Jun 8, 2020

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

@a-a-k
Copy link
Author

a-a-k commented Jun 9, 2020

@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.

@a-a-k a-a-k closed this as completed Jun 9, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

4 participants