-
-
Notifications
You must be signed in to change notification settings - Fork 73
Add identity-base integration to documentation (#1) #178
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: dev
Are you sure you want to change the base?
Conversation
Added a new integration for identity-base that simplifies user management with OpenIddict.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR adds documentation for a new integration called "identity-base" that simplifies user management with OpenIddict. The integration is positioned as a drop-in solution that handles user database setup, OIDC flows, and common user workflows while allowing developers to bring their own UI.
- Adds identity-base integration to the community integrations list
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
integrations/index.md
Outdated
- **[OpenIddict.AmazonDynamoDB](https://github.com/ganhammar/OpenIddict.AmazonDynamoDB)** by [ganhammar](https://github.com/ganhammar): Amazon DynamoDB stores for OpenIddict. | ||
- **[P41.OpenIddict.CouchDB](https://github.com/panoukos41/couchdb-openiddict)** by [Panos Athanasiou](https://github.com/panoukos41): CouchDB stores for OpenIddict. | ||
- **[pixel-identity](https://github.com/Nfactor26/pixel-identity)** by [Nishant Singh](https://github.com/Nfactor26): ready to host OpenID Connect service using OpenIddict and ASP.NET Identity with a Blazor-based UI for managing users, roles, applications and scopes with support for multiple databases. | ||
- **[identity-base](https://github.com/Amaretto-Software-Labs/identity-base)** by [Amaretto Software Labs](https://github.com/Amaretto-Software-Labs): tired of setting up AspNet Identity, OpenIddict, user db, all the user flows including user registration, confirm email, forgot password, MFA, social logins? Identity Base is drop-in nuget package that handles all the complexities - you bring your UI, Identity Base handles the user db and OIDC flows through OpenIddict. Even comes with its own ReactJS package to make it easy to integrate into your ReactJS frontends. |
Copilot
AI
Sep 26, 2025
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[nitpick] The description is too verbose and informal for documentation. Consider shortening it to focus on key features: 'A drop-in NuGet package that provides pre-configured user management including registration, authentication flows, MFA, and social logins with OpenIddict integration. Includes ReactJS components for frontend integration.'
- **[identity-base](https://github.com/Amaretto-Software-Labs/identity-base)** by [Amaretto Software Labs](https://github.com/Amaretto-Software-Labs): tired of setting up AspNet Identity, OpenIddict, user db, all the user flows including user registration, confirm email, forgot password, MFA, social logins? Identity Base is drop-in nuget package that handles all the complexities - you bring your UI, Identity Base handles the user db and OIDC flows through OpenIddict. Even comes with its own ReactJS package to make it easy to integrate into your ReactJS frontends. | |
- **[identity-base](https://github.com/Amaretto-Software-Labs/identity-base)** by [Amaretto Software Labs](https://github.com/Amaretto-Software-Labs): A drop-in NuGet package that provides pre-configured user management including registration, authentication flows, MFA, and social logins with OpenIddict integration. Includes ReactJS components for frontend integration. |
Copilot uses AI. Check for mistakes.
Thanks for your PR! Copilot listed a few recommendations that seem valid to me so PTAL when you have a moment. Note: your description mentions "AspNet Identity", which refers to the OWIN version of Identity (for the "legacy" ASP.NET 4.x, basically). Consider using "ASP.NET Core Identity" instead. |
CoPilot suggestions seem legit Co-authored-by: Copilot <[email protected]>
…the legacy ASP.NET Identity
Thanks for pointing that out, I've refined the description to be more precise and reworded it as per Copilot's recommendation. |
Added a new integration for identity-base that simplifies user management with OpenIddict.