概要
This skill automates the implementation of ASP.NET Identity stores using RavenDB as the document database, providing a robust and scalable authentication framework for .NET applications. It streamlines the creation of essential identity models like ApplicationUser and RefreshToken, configures the UserStore with support for roles and emails, and establishes a secure repository for managing token rotation and revocation. It is ideal for developers building high-performance API services who want the flexibility of a NoSQL database for identity management without the overhead of Entity Framework.