All Projects → tugberkugurlu → Aspnetcore.identity.mongodb

tugberkugurlu / Aspnetcore.identity.mongodb

Licence: mit
MongoDB Data Store Adaptor for ASP.NET Core Identity

Projects that are alternatives of or similar to Aspnetcore.identity.mongodb

Aspnetcore.identity.mongo
This is a MongoDB provider for the ASP.NET Core 2 Identity framework
Stars: ✭ 179 (-14.76%)
Mutual labels:  mongodb, aspnetcore, identity
Identity.dapper
Identity package that uses Dapper instead EntityFramework for use with .NET Core
Stars: ✭ 234 (+11.43%)
Mutual labels:  aspnetcore, aspnet, identity
Aspnetcore.identity.mongodbcore
A MongoDb UserStore and RoleStore adapter for Microsoft.AspNetCore.Identity 2.2. Allows you to use MongoDb instead of SQL server with Microsoft.AspNetCore.Identity 2.2. (not Identity 3.0)
Stars: ✭ 118 (-43.81%)
Mutual labels:  mongodb, aspnetcore, identity
AspNetCore.Identity.RavenDB
RavenDB Storage Provider for ASP.NET Core Identity
Stars: ✭ 16 (-92.38%)
Mutual labels:  identity, aspnetcore, aspnet
Aspnetcore.identity.documentdb
A Cosmos DB / DocumentDB Storage Provider for ASP.NET Core Identity
Stars: ✭ 64 (-69.52%)
Mutual labels:  aspnetcore, identity
Server
The core infrastructure backend (API, database, Docker, etc).
Stars: ✭ 8,797 (+4089.05%)
Mutual labels:  aspnetcore, aspnet
Aspnetcore.docs
Documentation for ASP.NET Core
Stars: ✭ 9,940 (+4633.33%)
Mutual labels:  aspnetcore, aspnet
Aspnetboilerplate
ASP.NET Boilerplate - Web Application Framework
Stars: ✭ 10,061 (+4690.95%)
Mutual labels:  aspnetcore, aspnet
Jpproject.identityserver4.adminui
🔧 ASP.NET Core 3 & Angular 8 Administration Panel for 💞IdentityServer4 and ASP.NET Core Identity
Stars: ✭ 717 (+241.43%)
Mutual labels:  aspnetcore, identity
Aspnetcore Ddd
Full ASP.NET Core 3.1 LTS application with DDD, CQRS and Event Sourcing
Stars: ✭ 88 (-58.1%)
Mutual labels:  aspnetcore, identity
Simple aspnet auth
Simple ASP.NET Authorisation boilerplate project. No EF, no database, no IdentityServer4 just a basic logging in system for both cookies and JWT and a controller with a set of examples.
Stars: ✭ 105 (-50%)
Mutual labels:  aspnetcore, aspnet
Aspnetcore Vue
Sample setup on using asp.net core 2.1 + vue cli 3 in one project. This sample is deprecated and rolled into https://github.com/soukoku/AspNetCore.SpaServices.VueCli
Stars: ✭ 31 (-85.24%)
Mutual labels:  aspnetcore, aspnet
Awesome Microservices Netcore
💎 A collection of awesome training series, articles, videos, books, courses, sample projects, and tools for Microservices in .NET Core
Stars: ✭ 865 (+311.9%)
Mutual labels:  aspnetcore, aspnet
Aspnetcore Vue Starter
*NEW* Asp.net Core & Vue.js (ES6) SPA Starter kit - Vuex, webpack, Web API, Docker, and more! By @TrilonIO
Stars: ✭ 1,182 (+462.86%)
Mutual labels:  aspnetcore, aspnet
Csla
A home for your business logic in any .NET application.
Stars: ✭ 865 (+311.9%)
Mutual labels:  aspnetcore, aspnet
Greatwall
Util应用框架配套的权限管理系统
Stars: ✭ 88 (-58.1%)
Mutual labels:  aspnetcore, identity
Dotnetcore
.NET 5 Nuget Packages.
Stars: ✭ 146 (-30.48%)
Mutual labels:  mongodb, aspnetcore
Aspnet Api Versioning
Provides a set of libraries which add service API versioning to ASP.NET Web API, OData with ASP.NET Web API, and ASP.NET Core.
Stars: ✭ 2,154 (+925.71%)
Mutual labels:  aspnetcore, aspnet
Aspnet5identityserverangularimplicitflow
OpenID Connect Code / Implicit Flow with Angular and ASP.NET Core 5 IdentityServer4
Stars: ✭ 670 (+219.05%)
Mutual labels:  aspnetcore, identity
Nopcommerce
The most popular open-source eCommerce shopping cart solution based on ASP.NET Core
Stars: ✭ 6,827 (+3150.95%)
Mutual labels:  aspnetcore, aspnet

AspNetCore.Identity.MongoDB Build Status

MongoDB data store adaptor for ASP.NET Core Identity, which allows you to build ASP.NET Core web applications, including membership, login, and user data. With this library, you can store your user's membership related data on MongoDB.

Using the Library

The library is available at NuGet.org. This library supports netstandard1.6.

Samples

You can find some samples under ./samples folder and each of the sample contain a README file on its own with the instructions showing how to run them.

Tests

In order to be able to run the tests, you need to have MongoDB up and running on localhost:27017. You can easily do this by running the below Docker command:

docker run --name some-mongo -d -p "27017:27017" mongo:3

After that, you can run the tests through your prefered test runner (e.g. JetBrains Rider test runner) or by invoking the dotnet test command under the test project directory.

Contributors

License

The MIT License (MIT)

Copyright (c) 2016 Tugberk Ugurlu

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].