Open
Conversation
Codecov Report❌ Patch coverage is
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. 🚀 New features to boost your workflow:
|
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.
… into DocsContent
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.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.