Skip to content
This repository was archived by the owner on Nov 20, 2018. It is now read-only.

Switch to GetAuthenticationInfoAsync #616

Closed
wants to merge 2 commits into from
Closed

Switch to GetAuthenticationInfoAsync #616

wants to merge 2 commits into from

Conversation

HaoK
Copy link
Member

@HaoK HaoK commented Apr 18, 2016

@HaoK
Copy link
Member Author

HaoK commented Apr 18, 2016

Note this is a breaking change and all uses of AuthenticateAsync(AuthenticateContext) will need to be updated (should mostly be only MVC/Security)

@Tratcher
Copy link
Member

Not rc2?

/// <summary>
/// The <see cref="ClaimsPrincipal"/>.
/// </summary>
public ClaimsPrincipal Principal { get; set; }
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Curious: is there any particular reason to use publicly settable properties instead of get-only properties + public constructor?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No particular reason, if you guys feel strongly this should be readonly ctor properties, easy enough change.

@HaoK
Copy link
Member Author

HaoK commented Apr 22, 2016

@Tratcher any final concerns with this?

@Tratcher
Copy link
Member

:shipit:

@HaoK
Copy link
Member Author

HaoK commented Apr 26, 2016

3a7f6a7

@HaoK HaoK closed this Apr 26, 2016
@natemcmaster natemcmaster deleted the haok/4-18info branch November 20, 2018 06:30
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants