Skip to content

Conversation

vpetroff
Copy link

Added a new integration for identity-base that simplifies user management with OpenIddict.

Added a new integration for identity-base that simplifies user management with OpenIddict.
@Copilot Copilot AI review requested due to automatic review settings September 26, 2025 22:22
Copy link

@Copilot Copilot AI left a 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.

- **[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.
Copy link

Copilot AI Sep 26, 2025

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.'

Suggested change
- **[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.

@kevinchalet
Copy link
Member

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.

vpetroff and others added 2 commits September 27, 2025 23:05
CoPilot suggestions seem legit

Co-authored-by: Copilot <[email protected]>
@vpetroff
Copy link
Author

Thanks for pointing that out, I've refined the description to be more precise and reworded it as per Copilot's recommendation.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants