Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

IWebContext.IsAuthenticated helper method #42

Closed
i4004 opened this issue Dec 16, 2019 · 0 comments
Closed

IWebContext.IsAuthenticated helper method #42

i4004 opened this issue Dec 16, 2019 · 0 comments
Assignees
Labels
area-modules good-first-issue Issues identified as good for first-time contributors new feature new feature request

Comments

@i4004
Copy link
Member

i4004 commented Dec 16, 2019

with check of Context.Context.User != null && Context.Context.User.Identity.IsAuthenticated

@i4004 i4004 added area-modules good-first-issue Issues identified as good for first-time contributors new feature new feature request labels Dec 16, 2019
@i4004 i4004 added this to the Asynchronous operations improve milestone Dec 16, 2019
@i4004 i4004 self-assigned this Dec 16, 2019
i4004 added a commit that referenced this issue Dec 17, 2019
@i4004 i4004 closed this as completed Dec 17, 2019
i4004 added a commit that referenced this issue Dec 22, 2019
Breaking changes
* Simplify.Web request pipeline asynchronous all the way (Async controllers are now processed the same way as synchronous)
* `ControllerResponse` `Process` is now asynchronous (#30)
* Upgrade to Simplify.Templates 2 (#40)
New
* Controllers `Model` asynchronous `ReadModelAsync` method (#27)
* `IWebContext.RequestBody` asynchronous `ReadRequestBodyAsync` method (#26)
* `IWebContext.Form` asynchronous `ReadFormAsync` method
* Static file handler is asynchronous (#31)
* IWebContext.IsAuthenticated (#42)
* TemplateFactory `LoadAsync` method refactored to correct async
Bug fixes
* RequiredAttribute is not checking empty strings (#29)
* StaticFileResponse is not correctly calculating MIME type by file extension (#34)
Dependencies Updates
* System.IO.Abstractions dependency removed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-modules good-first-issue Issues identified as good for first-time contributors new feature new feature request
Projects
None yet
Development

No branches or pull requests

1 participant