OriLynnStudio.com
-
- 628 total downloads
- last updated 5/3/2026
- Latest version: 1.0.0-alpha.3 (prerelease)
Domain models, store interfaces, processor pipeline, and UserManager/RoleManager for OLS.Root. No infrastructure dependency — implement any store (EF, Dapper, MongoDB …) without touching business logic.... More information -
- 594 total downloads
- last updated 5/3/2026
- Latest version: 1.0.0-alpha.3 (prerelease)
Local login, RS256 JWT issuance, refresh token rotation, and external OAuth2 provider support (Google, Microsoft, GitHub) for OLS.Root. Depends on OLS.Root.Core. -
- 562 total downloads
- last updated 5/3/2026
- Latest version: 1.0.0-alpha.3 (prerelease)
RBAC and policy-based authorisation for OLS.Root. Provides PermissionRequirement, a dynamic policy provider, and claim-based permission evaluation. Depends on OLS.Root.Core. -
- 552 total downloads
- last updated 5/3/2026
- Latest version: 1.0.0-alpha.3 (prerelease)
Full OAuth 2.0 / OIDC 1.0 server for OLS.Root. Provides Authorization Code + PKCE, Client Credentials, Refresh Token, and Device Authorization grant types, plus Discovery, JWKS, UserInfo, Introspection,... More information -
- 219 total downloads
- last updated 5/3/2026
- Latest version: 1.0.0-alpha.3 (prerelease)
RESTful API controllers and DTOs for OLS.Root. Exposes /api/users, /api/roles, /api/clients, /api/resources, and /api/account endpoints with FluentValidation, OpenAPI 3.0 (Scalar), and RFC 7807 ProblemDetails... More information -
- 199 total downloads
- last updated 5/3/2026
- Latest version: 1.0.0-alpha.3 (prerelease)
Provider-agnostic EF Core store implementation for OLS.Root. Provides EfUserStore, EfRoleStore, and IdentityDbContext. Pair with a provider package (e.g. OLS.Root.EntityFramework.PostgreSQL) to choose a... More information -
- 196 total downloads
- last updated 5/3/2026
- Latest version: 1.0.0-alpha.3 (prerelease)
Razor Pages user-facing UI for OLS.Root. Provides login, register, logout, and change-password pages with cookie authentication (HttpOnly + Secure + SameSite=Strict), Anti-Forgery protection, and OIDC... More information -
- 192 total downloads
- last updated 5/3/2026
- Latest version: 1.0.0-alpha.3 (prerelease)
Administration backend for OLS.Root. Provides admin-only REST endpoints for OIDC client CRUD and secret rotation (/api/admin/clients). Requires the "admin" role. Depends on OLS.Root.WebApi,... More information -
- 67 total downloads
- last updated 5/3/2026
- Latest version: 1.0.0-alpha.3 (prerelease)
PostgreSQL provider for OLS.Root.EntityFramework. Wraps Npgsql.EntityFrameworkCore.PostgreSQL and ships the EF Core migrations for the "identity" schema. Call .UseOlsPostgreSQL(connectionString) when... More information