Skip to content

Docs Content#30

Open
mckaragoz wants to merge 36 commits intoCodeBeamOrg:devfrom
mckaragoz:DocsContent
Open

Docs Content#30
mckaragoz wants to merge 36 commits intoCodeBeamOrg:devfrom
mckaragoz:DocsContent

Conversation

@mckaragoz
Copy link
Copy Markdown
Contributor

No description provided.

@codecov-commenter
Copy link
Copy Markdown

codecov-commenter commented Mar 30, 2026

Codecov Report

❌ Patch coverage is 25.00000% with 3 lines in your changes missing coverage. Please review.
✅ Project coverage is 51.22%. Comparing base (d37fe48) to head (fa0d44f).

Files with missing lines Patch % Lines
...ltimateAuth.Server/Middlewares/TenantMiddleware.cs 0.00% 2 Missing ⚠️
...timateAuth.Core/MultiTenancy/UAuthTenantContext.cs 0.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##              dev      #30      +/-   ##
==========================================
- Coverage   51.23%   51.22%   -0.01%     
==========================================
  Files         684      684              
  Lines       16910    16912       +2     
  Branches     2025     2025              
==========================================
+ Hits         8663     8664       +1     
- Misses       7599     7600       +1     
  Partials      648      648              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

mckaragoz and others added 28 commits March 30, 2026 21:17
Added a quick start guide for setting up UltimateAuth with Blazor Server, including project creation, package installation, service configuration, middleware setup, and first login example.
Updated the Real-World Setup guide to clarify the use of a persistent configuration and added detailed setup instructions for UltimateAuth with Entity Framework Core and Blazor.
Added comprehensive documentation on the authentication model for UltimateAuth, detailing the concepts of Root, Chain, and Session, and their interactions.
Introduced a comprehensive guide on flow-based authentication, detailing its principles, processes, and benefits compared to traditional token-based systems.
Added documentation for authentication modes in UltimateAuth, detailing available modes, comparisons, and recommendations.
Added detailed documentation on Client Profiles, including definitions, runtime detection, configuration options, and built-in profiles.
This document outlines the runtime architecture of UltimateAuth, detailing the structured execution pipeline for authentication, including components like Endpoint Filter, AuthFlowContext, Flow Service, Orchestrator, and Authority.
Added UAuthHub Pipeline Configuration section to the setup guide.
This document explains the request lifecycle in UltimateAuth, detailing the processing of passive and active flow requests, middleware pipeline, and user resolution.
Add section on Flow Execution Boundary to clarify authentication flow behavior.
Introduced a comprehensive guide on authentication flows in UltimateAuth, detailing the flow-driven system, types of flows, and supporting concepts.
This document outlines the login flow in UltimateAuth, detailing the structured pipeline from identifier resolution to session creation and optional token issuance. It emphasizes the importance of session hierarchy and security considerations.
Document the refresh flow in UltimateAuth, detailing its strategies and execution steps.
Document the logout flow and its distinctions in UltimateAuth, including session, device, and identity scopes.
Document the structured session lifecycle in UltimateAuth, detailing core entities, relationships, and lifecycle phases.
Document the behavior and characteristics of tokens in UltimateAuth, including types, modes, access and refresh tokens, security model, and key takeaways.
Document the device management features in UltimateAuth, covering the importance of devices, their lifecycle, security model, and configuration options.
Added detailed documentation on configuration and extensibility in UltimateAuth, covering configuration layers, sources, and safety measures.
Added comprehensive overview of UltimateAuth configuration, detailing its runtime-adaptive nature and layered configuration model.
Added documentation for configuring server options in UltimateAuth, including usage examples and key takeaways.
Added documentation for client options in UltimateAuth, detailing configuration, usage, and key features.
Document configuration sources, precedence rules, and best practices for UltimateAuth.
Added detailed documentation on advanced configuration options for UltimateAuth, including customization points, service replacement, and safety boundaries.
Introduced documentation for Plugin Domains in UltimateAuth, detailing architecture, extensibility, and recommended approaches.
Document the Users Domain in UltimateAuth, detailing core concepts, lifecycle, identifiers, and user profiles.
Document the credentials domain, including core concepts, types, validation, integration with users, lifecycle, and security behavior.
Added sections on domain isolation and communication via hooks.
Remove unnecessary line break in documentation.
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