AspNetCore.Docs/aspnetcore/signalr/authn-and-authz/sample
Brady Gaster e3c3b8d125 add claimtypes.email provider to auth sample & article (#10691)
* finished #6925

* augmented per @BrennanConroy

* fixed css link

* added method to hub

* added code from sample to file

* fixed user sample

* removed the email version of this sample

* removed last mention of the customization

* Minor edits

* added (and tested) claimtypes.email-supporting identity approach

* referencing code in sample instead of hard-typed

* fixed a dumb thing

* implemented all changes suggested by @tdykstra

* fixed suggestions from @scottaddie

* updated metadata

* Update ms.date

* tweaks implemented per @BrennanConroy

* Update heading
2019-02-01 16:03:44 -06:00
..
Controllers SignalR AuthN/AuthZ and Security Concepts (#7312) 2018-07-11 16:21:53 -06:00
Data Specify "Core" for ASP.NET Core refs (#8110) 2018-08-15 22:30:29 -05:00
Hubs SignalR AuthN/AuthZ and Security Concepts (#7312) 2018-07-11 16:21:53 -06:00
Pages add claimtypes.email provider to auth sample & article (#10691) 2019-02-01 16:03:44 -06:00
wwwroot add claimtypes.email provider to auth sample & article (#10691) 2019-02-01 16:03:44 -06:00
.gitignore SignalR AuthN/AuthZ and Security Concepts (#7312) 2018-07-11 16:21:53 -06:00
EmailBasedUserIdProvider.cs add claimtypes.email provider to auth sample & article (#10691) 2019-02-01 16:03:44 -06:00
NameUserIdProvider.cs add claimtypes.email provider to auth sample & article (#10691) 2019-02-01 16:03:44 -06:00
Program.cs SignalR AuthN/AuthZ and Security Concepts (#7312) 2018-07-11 16:21:53 -06:00
SignalRAuthenticationSample.csproj Drop version from App package (#8881) 2018-10-06 17:10:28 -10:00
Startup.cs add claimtypes.email provider to auth sample & article (#10691) 2019-02-01 16:03:44 -06:00
appsettings.Development.json SignalR AuthN/AuthZ and Security Concepts (#7312) 2018-07-11 16:21:53 -06:00
appsettings.json SignalR AuthN/AuthZ and Security Concepts (#7312) 2018-07-11 16:21:53 -06:00
bundleconfig.json SignalR AuthN/AuthZ and Security Concepts (#7312) 2018-07-11 16:21:53 -06:00
package-lock.json SignalR AuthN/AuthZ and Security Concepts (#7312) 2018-07-11 16:21:53 -06:00
package.json SignalR AuthN/AuthZ and Security Concepts (#7312) 2018-07-11 16:21:53 -06:00
tsconfig.json SignalR AuthN/AuthZ and Security Concepts (#7312) 2018-07-11 16:21:53 -06:00