Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
maxiomtech
/
MongoDB.AspNet.Identity
Public
Notifications
You must be signed in to change notification settings
Fork
88
Star
194
Code
Issues
16
Pull requests
8
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
V2
- #21
#21
Open
Chiliyago
wants to merge 7 commits into
maxiomtech:master
maxiomtech/MongoDB.AspNet.Identity:master
from
Chiliyago:v2
Copy head branch name to clipboard
Conversation
Commits
7
(7)
Checks
Files changed
Open
V2
#21
Chiliyago
wants to merge 7 commits into
maxiomtech:master
maxiomtech/MongoDB.AspNet.Identity:master
from
Chiliyago:v2
Copy head branch name to clipboard
Commits
Commits on Feb 14, 2014
Updated the UserStore and Entities to v2. Need to address how to handle the TKey for Bson ObjectId
jsheely
committed
061d42c
View commit details
Copy full SHA for 061d42c
Browse repository at this point
Commits on Apr 7, 2014
Added additioanl IdentityUser properties not in beta. userId must be a string and can't be of variable type because of ObjectId.Parse() requiring a type string. Will look into an alternative way of…
Show description for c9b9809
jsheely
committed
c9b9809
View commit details
Copy full SHA for c9b9809
Browse repository at this point
Updated comments
jsheely
committed
9419fa9
View commit details
Copy full SHA for 9419fa9
Browse repository at this point
Commits on May 26, 2014
Removed the auto creation of the ID field. Updated to 1.9.1 of the mongo driver. Refactored the UserStore to implement my customized base store.
jsheely
committed
1c09d6e
View commit details
Copy full SHA for 1c09d6e
Browse repository at this point
Implemented RoleStore
jsheely
committed
2eedee9
View commit details
Copy full SHA for 2eedee9
Browse repository at this point
Commits on May 27, 2014
Refactored the Stores to use the same signature style as the Entity framework. Need to solve the public db property that is bubbling up to IdentityConfig because I can't figure out how to instantia…
Show description for 52d3bde
jsheely
committed
52d3bde
View commit details
Copy full SHA for 52d3bde
Browse repository at this point
Cleaning up new classes. Adding documentation
jsheely
committed
cae016c
View commit details
Copy full SHA for cae016c
Browse repository at this point
You can’t perform that action at this time.