Mathias Lykkegaard Lorenzen
|
a664d38ecd
|
fix for capitalization of file name (#1166)
|
2017-05-16 19:15:09 -07:00 |
Pavel Krymets
|
ba64cd0fb0
|
Remove unnecessary package references (#1190)
|
2017-05-10 11:31:51 -07:00 |
Andrew Stanton-Nurse
|
d19f44124b
|
netcoreapp2.0 (#1183)
|
2017-05-04 15:49:48 -07:00 |
Smit Patel
|
660525a8ac
|
Update API Check related files
React to aspnet/BuildTools#238
|
2017-04-25 08:18:46 -07:00 |
Hao Kung
|
bc757faeba
|
Add GetExternalAuthenticationSchemes back
|
2017-04-20 15:46:20 -07:00 |
Hao Kung
|
c142085695
|
UseIdentity => UseAuthentication
|
2017-04-20 12:34:07 -07:00 |
Hao Kung
|
2b34372689
|
Disable API check for now
|
2017-04-19 17:06:29 -07:00 |
Hao Kung
|
14b4bea964
|
Identity => Auth 2.0
|
2017-04-19 13:02:19 -07:00 |
Hao Kung
|
1ddc6b111a
|
Remove call to Normlize() for now
https://github.com/aspnet/Identity/issues/1149#issuecomment-290142263
Can bring it back once we are on 2.0
|
2017-03-30 10:00:30 -07:00 |
Pranav K
|
234b882758
|
Remove net451 as a compilation target
|
2017-03-21 16:49:04 -07:00 |
Nate McMaster
|
8d8faf9adc
|
Unify dependency versions to one file and remove workarounds
Upgrade to stable version of Moq
Simplify sample dependencies by using metapackage
|
2017-03-15 14:47:08 -07:00 |
Ansari
|
b1e4df0c06
|
Typo Error Fixed.
|
2017-03-14 09:43:23 -07:00 |
Hao Kung
|
12aa4a3f81
|
Reenable email validation
|
2017-03-08 12:58:23 -08:00 |
Jamie West
|
b10c8ec0b8
|
Update IdentityBuilder.cs <typeparam> tag definition
Updated the <typeparam> tag used for AddUserStore<T> to match the definition used for AddRoleStore<T>.
|
2017-03-07 16:32:23 -08:00 |
Sébastien Ros
|
addb9a45cb
|
Implementing PasswordOptions.RequiredUniqueChars (#1100)
Fixes #1097
|
2017-02-10 18:15:16 -08:00 |
John Luo
|
a5ca720ff1
|
Upgrading to VS 2017
|
2017-02-02 17:16:39 -08:00 |
Hao Kung
|
7fbc36c566
|
Remove cancellation token overload
|
2017-01-17 12:51:04 -08:00 |
Hao Kung
|
b64a32f089
|
Expose options/other services on managers
|
2017-01-17 12:49:24 -08:00 |
Hao Kung
|
5aed9742a4
|
Add authenticator support
|
2016-12-27 12:59:44 -08:00 |
Pranav K
|
20a55b8d1f
|
Updating to 4.4 CoreFx packages
|
2016-12-21 16:46:46 -08:00 |
Hao Kung
|
5e4e9ccdf1
|
Add Identity.Specfification.Tests
|
2016-12-12 13:55:08 -08:00 |
Marco Miltenburg
|
bb60afba28
|
There's no need to check IsLockedOut() anymore as this is already done in PreSignInCheck().
|
2016-11-21 12:21:13 -08:00 |
Hao Kung
|
4dd38e8ca8
|
Guard against null security stamps
|
2016-11-21 12:17:09 -08:00 |
Pranav K
|
3be87cef81
|
Updating versions to 1.2.0-*
|
2016-11-09 14:18:00 -08:00 |
jacalvar
|
e72f98bc87
|
Created public API baselines
|
2016-11-07 22:06:44 -08:00 |
Hao Kung
|
aba7cf96b9
|
Add OnSecurityStampReplacingPrincipal event
|
2016-10-13 15:07:58 -07:00 |
Pranav K
|
9019e6ab39
|
Updating partner package versions
|
2016-10-03 19:59:26 -07:00 |
Hao Kung
|
d18ae5cad1
|
Add ProviderInstance for use in 2FA TokenProvider
|
2016-09-28 13:33:17 -07:00 |
Hao Kung
|
dbec1c6236
|
Expose more for extensibility
|
2016-09-26 10:52:40 -07:00 |
Sébastien Ros
|
5480aa182b
|
Clearing up FindByEmailAsync usage
Makes it explicit that the parameter can be any email, but the query will be based on the normalized value.
|
2016-09-13 16:06:52 -07:00 |
Pavel Krymets
|
e131ebae47
|
Use TaskCache class from Microsoft.Extensions.TaskCache.Sources (#955)
Instead of Task.FromResult(0)
|
2016-09-07 11:24:45 -07:00 |
Hao Kung
|
27f021ab93
|
Add builder extension methods
|
2016-08-19 15:54:52 -07:00 |
Hao Kung
|
c1b8f3abf3
|
Fix doc comment
|
2016-08-17 12:46:01 -07:00 |
Hao Kung
|
fa976e7765
|
Add ExternalSignIn overload that can bypass TFA
Move bypass into SignInOrTwoFactor helper
|
2016-08-15 11:32:32 -07:00 |
Hao Kung
|
fe60304df5
|
Add CheckPasswordSignIn method
|
2016-08-15 11:32:32 -07:00 |
Hao Kung
|
ec4c08d11a
|
Add missing doc comments
|
2016-07-11 15:44:06 -07:00 |
Dennis Daume
|
f73f668e2b
|
Fix a typo in the SignInManager docs
|
2016-07-11 13:09:19 -07:00 |
Doug Bunting
|
d676e8f068
|
One build to rule them all
- well, at least VS and command-line builds will share output
- part of aspnet/Coherence-Signed#277
|
2016-07-07 12:03:10 -07:00 |
Pranav K
|
ae9b21971b
|
Updating to dev versions
|
2016-06-16 10:18:01 -07:00 |
jacalvar
|
a877ec1783
|
Remove unncessary imports
|
2016-06-08 15:04:06 -07:00 |
Hao Kung
|
7a795da349
|
AutomaticAuthenticate = false for non ApplicationCookies
|
2016-06-01 12:08:03 -07:00 |
Hao Kung
|
fdedf2b46a
|
Remove vestiges of NotifyAsync
|
2016-05-31 15:24:12 -07:00 |
John Luo
|
53b7fbb0ae
|
React to updated CoreCLR packages
https://github.com/aspnet/Coherence/issues/97
|
2016-05-26 18:28:53 -07:00 |
Lee Calabrese
|
13a08e2a8a
|
fix XML documentation of RemoveClaimAsync
Fixes documentation of parameter "claim" in RemoveClaimAsync(TRole role, Claim claim)
|
2016-05-20 13:20:31 -07:00 |
Pranav K
|
1e20fd8439
|
Revert "React to updated CoreCLR packages."
This reverts commit 428e6c2d80.
|
2016-05-18 09:40:34 -07:00 |
John Luo
|
428e6c2d80
|
React to updated CoreCLR packages.
https://github.com/aspnet/Coherence/issues/97
|
2016-05-17 12:22:30 -07:00 |
Pranav K
|
b0e8ffc1f8
|
Fix build warnings
|
2016-05-02 11:27:17 -07:00 |
Pranav K
|
b984f46096
|
Removing imports from src projects
|
2016-04-08 06:49:33 -07:00 |
Doug Bunting
|
b2bf1a46f5
|
React to HttpAbstractions namespace changes
- aspnet/HttpAbstractions#549 and aspnet/HttpAbstractions#592
- clean up `using`s
|
2016-03-30 16:21:34 -07:00 |
Eilon Lipton
|
32b2f1b528
|
Fix package metadata
|
2016-03-27 14:18:33 -07:00 |