Skip to content
This repository was archived by the owner on May 29, 2019. It is now read-only.

Update to Auth 2.0 #780

Closed
wants to merge 2 commits into from
Closed

Update to Auth 2.0 #780

wants to merge 2 commits into from

Conversation

HaoK
Copy link
Member

@HaoK HaoK commented Apr 18, 2017

.AddEntityFrameworkStores<MusicStoreContext>()
.AddDefaultTokenProviders();

services.Configure<CookieAuthenticationOptions>(IdentityCookieOptions.ApplicationScheme,
Copy link
Member

Choose a reason for hiding this comment

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

Is this separation going to cause discover-ability problems? Should you add Identity extensions for services.Configure<CookieAuthenticationOptions>(IdentityCookieOptions.ApplicationScheme,?

Copy link
Member Author

Choose a reason for hiding this comment

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

Yeah that's not a bad idea I guess, identity overloads for each of the identity cookies that bakes in the name, I'll do that and update this PR

@HaoK
Copy link
Member Author

HaoK commented Apr 19, 2017

4237a93

@HaoK HaoK closed this Apr 19, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants