A powerful OpenIddict-based OAuth2 Authorization Server built with ASP.NET Core 8, enabling secure login via Google, Microsoft, and custom credentials
Stars
1
Forks
0
Watchers
1
Open Issues
0
Overall repository health assessment
No package.json found
This might not be a Node.js project
6
commits
custom identity : add sign-up model, validate login, set-up authentication for users with email and password
f998c0bView on GitHubtokens management : invalidate authorizations, tokens on logout and clean-up invalid token data. update pacakage versions for compatability. remove unnecessary injections.
b90deccView on GitHubMerge pull request #1 from suddulasanjay/postgres-migration
a1e00f6View on GitHublogout : revoke tokens after logout and invalidate corresponding authorization ids
17a96d1View on GitHubauthentication : add ccokie authentication, add sessions, user-clients, add initial migration
9c59127View on GitHubsetup : add business entities , necessary packages and their configuration.
c32332fView on GitHub