{"id":22525152,"url":"https://github.com/tugberkugurlu/aspnetcore.identity.mongodb","last_synced_at":"2025-09-04T13:44:14.283Z","repository":{"id":58752807,"uuid":"55778758","full_name":"tugberkugurlu/AspNetCore.Identity.MongoDB","owner":"tugberkugurlu","description":"MongoDB Data Store Adaptor for ASP.NET Core Identity","archived":false,"fork":false,"pushed_at":"2019-01-09T19:07:11.000Z","size":942,"stargazers_count":231,"open_issues_count":11,"forks_count":67,"subscribers_count":21,"default_branch":"master","last_synced_at":"2025-08-01T09:13:46.804Z","etag":null,"topics":["aspnet","aspnetcore","aspnetcoreidentity","identity","membership","mongodb"],"latest_commit_sha":null,"homepage":null,"language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/tugberkugurlu.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2016-04-08T12:52:08.000Z","updated_at":"2025-05-09T03:39:34.000Z","dependencies_parsed_at":"2022-09-07T20:50:08.737Z","dependency_job_id":null,"html_url":"https://github.com/tugberkugurlu/AspNetCore.Identity.MongoDB","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"purl":"pkg:github/tugberkugurlu/AspNetCore.Identity.MongoDB","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tugberkugurlu%2FAspNetCore.Identity.MongoDB","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tugberkugurlu%2FAspNetCore.Identity.MongoDB/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tugberkugurlu%2FAspNetCore.Identity.MongoDB/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tugberkugurlu%2FAspNetCore.Identity.MongoDB/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tugberkugurlu","download_url":"https://codeload.github.com/tugberkugurlu/AspNetCore.Identity.MongoDB/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tugberkugurlu%2FAspNetCore.Identity.MongoDB/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":273619236,"owners_count":25138237,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-09-04T02:00:08.968Z","response_time":61,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["aspnet","aspnetcore","aspnetcoreidentity","identity","membership","mongodb"],"created_at":"2024-12-07T06:08:29.004Z","updated_at":"2025-09-04T13:44:14.187Z","avatar_url":"https://github.com/tugberkugurlu.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# AspNetCore.Identity.MongoDB [![Build Status](https://travis-ci.org/tugberkugurlu/AspNetCore.Identity.MongoDB.svg?branch=master)](https://travis-ci.org/tugberkugurlu/AspNetCore.Identity.MongoDB)\n\n[MongoDB](https://www.mongodb.com/) data store adaptor for [ASP.NET Core Identity](https://github.com/aspnet/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.\n\n## Using the Library\n\n[The library is available at NuGet.org](https://www.nuget.org/packages/AspNetCore.Identity.MongoDB). This library supports [`netstandard1.6`](https://docs.microsoft.com/en-us/dotnet/articles/standard/library).\n\n### Samples\n\nYou can find some samples under [./samples](./samples) folder and each of the sample contain a README file on its own with the instructions showing how to run them.\n\n### Tests\n\nIn 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:\n\n```bash\ndocker run --name some-mongo -d -p \"27017:27017\" mongo:3\n```\n\nAfter 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.\n\n## Contributors\n\n - [Matt Whetton](https://github.com/mattwhetton)\n - [Soren Zand](https://github.com/SorenZ)\n - [Rethabile Mokoena](https://github.com/rm2k)\n - [Vladimir Kucher](https://github.com/vladimir-kucher)\n\n## License\n\nThe MIT License (MIT)\n\nCopyright (c) 2016 Tugberk Ugurlu\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftugberkugurlu%2Faspnetcore.identity.mongodb","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftugberkugurlu%2Faspnetcore.identity.mongodb","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftugberkugurlu%2Faspnetcore.identity.mongodb/lists"}