A MongoDB IUserAuthRepository to persist User registration and auth info in a NoSQL Mongo DB.
Implements ServiceStack's built-in AuthProvider Model:
https://docs.servicestack.net/authentication-and-authorization
inc. Twitter, Facebook, Basic, Digest, Credentials Auth modes...
More information
Elsa is a set of workflow libraries and tools that enable super-fast workflowing capabilities in any .NET Core application.
This package provides a MongoDb persistence provider.
MongoDbMigrations uses the official MongoDB C# Driver to migrate your documents in your mongo database via useful fluent API.
Supports up and down migrations with cancelation and progress handling. Also, this library is able to check a schema of collections in your database during the migration...
More information
Contains dlls and sources for MongoDB Persistence Provider: MongoDBProvider which implements interfaces IPersistenceProvider,
ISchemePersistenceProvider and IWorkflowGenerator.
Steps for workflow runtime configuration with MongoDBProvider:...
More information