Skip to content

Commit 1704753

Browse files
committed
feat: general improvements and minor bugs
1 parent 459308d commit 1704753

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

docs/development_guide.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3854,8 +3854,9 @@ Identities and groups must be loaded from a persistent data source, which may be
38543854
║ │ IdentityManager:IIdentityManager ├────┐ │ IEnumerable<IIdentity> │ ║
38553855
║ │ … │ │ │ GetGroups: │ ║
38563856
║ └──────────────────────────────────┘ │ │ IEnumerable<IIdentityGroup> │ ║
3857-
║ │ │ Authenticate(IRequest): │ ║
3858-
║ ┌───────────────────┐ │ │ IIdentity │ ║
3857+
║ │ │ CreateForbiddenPage( │ ║
3858+
║ │ │ IRequest,IEndpointContext, │ ║
3859+
║ ┌───────────────────┐ │ │ IIdentity):IResponse │ ║
38593860
║ │ <<Interface>> │ │ │ CreateAuthenticationPrompt( │ ║
38603861
║ │ IComponentManager │ │ │ IRequest,IEndpointContext, │ ║
38613862
║ ├───────────────────┤ │ │ IIdentity):IResponse │ ║
@@ -3873,8 +3874,8 @@ Identities and groups must be loaded from a persistent data source, which may be
38733874
║ ¦ │ AddGroup(IIdentityGroup) │ ║
38743875
║ ¦ │ RemoveIdentity(IIdentity) │ ║
38753876
║ ¦ │ RemoveGroup(IIdentityGroup) │ ║
3876-
║ ¦ │ Authenticate(IRequest,IApplicationContext): │ ║
3877-
║ ¦ │ IIdentity │ ║
3877+
║ ¦ │ CreateForbiddenPage(IRequest, │ ║
3878+
║ ¦ │ IEndpointContext,Identity):IResponse │ ║
38783879
║ ¦ │ CreateAuthenticationPrompt(IRequest, │ ║
38793880
║ ¦ │ IEndpointContext,Identity):IResponse │ ║
38803881
║ ¦ │ Login(IRequest,IIdentity):Bool │ ║

0 commit comments

Comments
 (0)