CP-Engineering
-
- 234 total downloads
- last updated 9/19/2026
- Latest version: 0.10.1
Connectivity monitoring for Blazor WebAssembly that reports whether the app can actually reach a server, not just whether the network adapter is up. Raises online/offline changes from browser events plus an... More information -
- 35 total downloads
- last updated 9/19/2026
- Latest version: 0.9.0
Contracts shared by the CPE.DapperIdentity packages: the auth request/response models that travel between client and server, and the interfaces a host implements (ICustomIdentityUser, IAuthEmailSender,... More information -
- 34 total downloads
- last updated 9/19/2026
- Latest version: 0.9.0
JWT bearer authentication for ASP.NET Core APIs on the CPE.DapperIdentity stores: token issue and refresh, registration, and a rate-limited password-reset flow whose links are built from configuration, never... More information -
- 34 total downloads
- last updated 9/19/2026
- Latest version: 0.9.0
ASP.NET Core Identity user and role stores backed by Dapper instead of Entity Framework, for MySQL/MariaDB and SQLite. Includes the table-creation scripts under sql/ in the package. -
- 33 total downloads
- last updated 9/19/2026
- Latest version: 0.9.0
Cookie authentication for ASP.NET Core and Blazor Server apps on the CPE.DapperIdentity stores, with opt-in account and identity controllers. For JWT APIs use CPE.DapperIdentity.Jwt.Server instead. -
- 31 total downloads
- last updated 9/19/2026
- Latest version: 0.9.0
Blazor WebAssembly client for CPE.DapperIdentity.Jwt.Server: login and registration calls with typed results, token storage and refresh in browser local storage, and an HTTP interceptor that refreshes the... More information