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
Jonathan
f278822a2c
Update UserStore.cs
2016-07-18 14:22:05 -07:00
Jonathan
d807ec029c
Fixed typo
2016-07-18 14:22:05 -07:00
Pranav K
f9cdef745f
Remove Microsoft.AspNet.DataProtection.Extensions
2016-07-15 13:32:27 -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
Hao Kung
9e02042798
Fix cookie middleware name for interop package
2016-07-05 13:32:01 -07:00
Pranav K
ae9b21971b
Updating to dev versions
2016-06-16 10:18:01 -07:00
Hao Kung
7b3b362795
Fix doc comments
2016-06-13 22:28:22 -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
Hao Kung
ed1d8cfbd0
CoreCompat => AspNetCoreCompat
2016-05-24 13:15:38 -07:00
Hao Kung
6792474d77
Add Assembly metadata
2016-05-23 13:52:40 -07:00
Hao Kung
e0676292fc
Add Interop 45 Compat package
...
Initial samples fixes (more coming to make things work)
2016-05-23 13:23:32 -07:00
Hao Kung
104f216191
Restore support for EF User store generics
2016-05-23 13:05:12 -07:00
Aliaksei Maniuk
6b6b21a5bf
Minor fix in description for LockoutEnabled property.
2016-05-20 13:22:38 -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
238bddbfcd
Merge branch 'release' into dev
2016-05-02 14:56:22 -07:00
Pranav K
b0e8ffc1f8
Fix build warnings
2016-05-02 11:27:17 -07:00
Hao Kung
0bf7ff2418
Add Unique constraint to user name index by default.
2016-04-18 14:51:13 -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
f4b2548565
Update project.json
2016-03-27 23:00:19 -07:00
Eilon Lipton
ebd6ed7d94
Update project.json
2016-03-27 22:31:19 -07:00
Eilon Lipton
32b2f1b528
Fix package metadata
2016-03-27 14:18:33 -07:00
Pranav K
bbc507fe14
Reacting to CoreCLR package changes
2016-03-22 14:50:29 -07:00
Arthur Vickers
5fba08562f
Update IdentityDbContext constructors to reflect EF changes
...
EF now has a parameterless constructor that can only be used when a derived context has OnConfiguring and is hence protected, and a constructor that takes a DbContextOptions.
2016-03-11 08:47:07 -08:00
Hao Kung
41fa99e9f3
Make ThrowIfDisposed protected
2016-03-10 14:32:00 -08:00
Brice Lambson
6bea519092
Don't reference facades
2016-03-10 13:08:00 -08:00
John Luo
9071b8fbe7
Redress cookie name
2016-03-07 16:57:04 -08:00
Hao Kung
82863e9444
Add support for Authentication Tokens to Identity
2016-03-07 13:53:54 -08:00
John Luo
c8849685cf
Update cookie name
2016-03-04 12:14:43 -08:00
Ajay Bhargav Baaskaran
4792719236
Added Company, Copyright and Product attributes to AssemblyInfo
2016-03-03 17:33:53 -08:00
Doug Bunting
4f68f0e8d4
Remove project name from output path
...
- aspnet/Coherence-Signed#187
- remove `<RootNamespace>` settings but maintain other unique aspects e.g. `<DnxInvisibleContent ... />`
- in a few cases, standardize on VS version `14.0` and not something more specific
2016-03-02 18:52:58 -08:00
N. Taylor Mullen
76a4a75de5
Transition to netstandard.
...
- dotnet5.X => netstandard1.y (where y = x-1).
- DNXCore50 => netstandardapp1.5.
- Applied the same changes to ifdefs.
2016-03-01 13:39:17 -08:00
Hao Kung
472c6f8734
Make ThrowIfDisposed protected
2016-02-26 11:45:58 -08:00
Chad Tolkien
7649b3ebb3
Fix typo in TotpSecurityStampBasedTokenProvider docs
2016-02-23 14:26:34 -08:00
Hao Kung
f78c13c2fa
Add + to allowed username characters by default
2016-02-23 13:18:11 -08:00
Caleb Nelton
d1585617f9
Fixed parameter "role" cannot be resolved
...
Use 'nameof(*)' expression instead.
2016-02-22 11:40:38 -08:00
Ajay Bhargav Baaskaran
e30653c71b
Enabled xml doc generation
2016-02-18 16:01:36 -08:00
Hao Kung
06f4c306b7
Remove redundant setters for CookieAuthSchemes
2016-02-12 10:57:52 -08:00
Prasanna V. Loganathar
edb1a1045a
Correct Typo
2016-02-04 16:29:50 -08:00
Hao Kung
7ba61d6c6f
UserManager should normalize role name
2016-02-04 14:09:11 -08:00