JudahGabriel / RavenDB.Identity

RavenDB Identity provider for ASP.NET Core. Let RavenDB manage your users and logins.
https://www.nuget.org/packages/RavenDB.Identity/1.0.0
MIT License
61 stars 29 forks source link

Option to use static index for queries #46

Closed lahma closed 1 year ago

lahma commented 2 years ago

OK this took a bit longer than anticipated, but here goes. Now a configuration option to force queries to go trough an index, which of course needs to be deployed in order to work.

Tested with our own solution and also with sample application. Both work as expected.

fixes #33

JudahGabriel commented 1 year ago

Awesome. Thank you!

lahma commented 1 year ago

Awesome, thank you for merging and releasing a new version! Finally we are getting rid of our custom fork/build 🚀

JudahGabriel commented 1 year ago

Glad to hear it. I also updated our Github Actions so that when code is merged into master branch, we automatically push a new Nuget package version. (You should see RavenDB.Identity 8.0.9, which includes your fix here.)

Thanks for contributing!