Commit Graph

11 Commits (525450cac52374bb361d61d35f065d29ec3e7ed8)

Author SHA1 Message Date
Brennan b8e803c44c
Update Startup.cs 2023-07-11 13:45:17 -07:00
Rick Anderson 39b7df2ca8
Remove .min ref from all non-Blazor projects /2 (#26216) 2022-06-23 15:27:45 -10:00
Andrew Stanton-Nurse ecf083986d remove custom JWT stuff from the SignalR auth doc (#15019)
* remove custom JWT stuff from the SignalR auth doc

* Fix up snippet refs

* more security considerations

* remove 'view' qs parameter

* edit pass on SignalR authN / authZ doc (#15162)

* fix ms.date
2019-10-17 10:12:20 -05:00
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
Rick Anderson 0ee6b101d9
delete map and min files (#9310) 2018-10-31 14:26:48 -10:00
Luke Latham 8e6dd4a7f4 Drop version from App package (#8881)
Addresses #8579 

I might be getting the hang of **_find and replace_** now. 😝

This doesn't touch a couple that ref 2.2.0. I'll tidy those up on https://github.com/aspnet/Docs/issues/8518 after 2.2 RTM.
2018-10-06 17:10:28 -10:00
Luke Latham 46f41d4774
Update All and App package versions (#8513) 2018-09-13 11:39:23 -05:00
Luke Latham 232d345f9e
Specify "Core" for ASP.NET Core refs (#8110) 2018-08-15 22:30:29 -05:00
Paweł Gorczyński e7c41ad74b Added missing semicolon (#7661) 2018-07-17 07:54:13 -05:00
Rick Anderson 5e4fa56f10
WT Bearer token configuration is incomplete (#7647)
* WT Bearer token configuration is incomplete

* WIP: 2.1 update for secure user data

* revert pdf
2018-07-16 14:11:51 -06:00
Andrew Stanton-Nurse 3ee6b79ce4 SignalR AuthN/AuthZ and Security Concepts (#7312)
* initial prose, samples still todo

* add sample and docs on Windows Auth

* add sample download link

* fix some code samples

* fix xref

* clarify sample comment when it's embedded in the document

* pr feedback

* add section on buffer management

* feedback

* some feedback

* update index/toc

* Update authn-and-authz.md
2018-07-11 16:21:53 -06:00