Commit Graph

52 Commits

Author SHA1 Message Date
Chris Ross de69da85fe Fix dependencies. 2015-04-22 12:36:13 -07:00
Hao Kung 3e94336390 Remove hosting and logging dependencies 2015-04-21 17:02:16 -07:00
Hao Kung 268af34244 React to hosting changes 2015-03-19 11:11:54 -07:00
Hao Kung 7b3dbaa32b Switch to interfaces references 2015-03-11 15:43:55 -07:00
N. Taylor Mullen 1620a4c73b Remove BOM from project.json, *.cmd, *.sh and *.shade files. 2015-03-09 12:55:29 -07:00
N. Taylor Mullen 1ed37d741a Update aspnet50/aspnetcore50 => dnx451/dnxcore50. 2015-03-08 12:51:04 -07:00
Hao Kung 3aaa628365 React to AuthN changes 2015-03-02 16:39:01 -08:00
Suhas Joshi eeb6c983fe Update to new version of Linq.Expressions 2015-02-27 11:48:46 -08:00
Levi B cad9ead28d PBKDF2 was moved to its own package 2015-02-24 16:30:29 -08:00
Suhas Joshi 6e294035a5 Added logging to code and updated tests 2015-01-15 15:42:48 -08:00
Levi B 37d4e2b6ff Use stronger password hashing algorithms by default.
New defaults:
Alg: PBKDF2
PRF: HMAC-SHA256
Iter count: 10,000
Salt size: 128 bits
Subkey size: 256 bits
2014-10-22 12:19:46 -07:00
Chris Ross be8b3b1bbf Update Claims dependency. 2014-10-17 10:19:01 -07:00
Pranav K 9255f200b0 Updating System.Text.RegularExpressions version 2014-10-10 13:59:32 -07:00
Levi B 0a91227a4d Update Identity to account for DataProtection changes. 2014-10-10 12:05:00 -07:00
Pranav K 121d0b1acf Reacting to CLR package versioning changes 2014-10-10 10:32:54 -07:00
Hao Kung 57002ba359 Replace AlphaNumericUserName with Regex option 2014-09-24 15:41:19 -07:00
Hao Kung 3f4f846cbb Add social auth and two factor
- Merge Authentication into Core
- Add social login support
- Add two factor support
- Rework options model for startup
2014-09-24 15:05:51 -07:00
Pranav K 06997363e8 Reacting to System.Text.Encoding package version change 2014-09-11 10:06:49 -07:00
David Fowler 9d26c40144 Updated to use the new target framework in project.json 2014-09-04 02:10:19 -07:00
David Fowler 0705d3a5ae Updated to use the new target framework in project.json 2014-08-28 23:34:02 -07:00
Hao Kung 626362d8a2 Add NormalizedUserName / IUserNameNormalizer
+ Use normalized username for FindByUserName
2014-07-29 13:45:16 -07:00
Hao Kung 076ea0385f Add Email and Phone TOTP providers
Now that HMACSHA1 is available on K
2014-07-23 11:57:14 -07:00
Pranav K e40565e91f Reacting to System.Collections versioning change 2014-07-14 15:53:02 -07:00
David Fowler e91b299ce1 Renamed configurations to frameworks in project.json 2014-07-13 21:54:32 -07:00
Hao Kung a45d4fd338 Fix bad merges 2014-06-23 15:11:07 -07:00
Hao Kung bc4c53f086 Sql implementation + moving in memory stores to test
- Identity.Entity now means only Sql Server EF Identity implementation
- Identity.Entity.InMemory moved to a test project
(Identity.Entity.InMemory.Test)
- Identity.InMemory which was the identity in memory implementation also
moved to a test project (Identity.InMemory.Test)
- IClaimsFactory was promoted to a top level service and now adds any
claims found in a Role that a user belongs to.
- EF implementation now supports logins, claims, roles, two factor,
lockouts
- Initial pass at style cop (mostly line endings since resharper no
worky :()
2014-06-23 14:53:06 -07:00
Brice Lambson 73640e0216 Rename to Microsoft.AspNet.Identity.* 2014-06-20 09:15:04 -07:00
Brice Lambson 5334a0d8a9 Rename to Microsoft.Framework.Identity.* and bump version to 3.0.0-* 2014-06-19 17:29:27 -07:00
Hao Kung a3991400bc Switch to Crypto from DataProtection 2014-06-12 13:33:19 -07:00
Hao Kung afc361b012 Use OptionModel.Options
Remove IdentityOptionsSetup and related config functionality
2014-05-28 12:16:22 -07:00
Wei Wang 99e86d2aa1 Fix ordering of usings and dependencies after namespace renaming 2014-05-06 12:39:34 -07:00
Wei Wang ca67e93bc7 Fix dependency issues 2014-05-06 11:22:59 -07:00
Wei Wang 73f1c6ac46 Update dependency namespace 2014-05-05 20:24:37 -07:00
Hao Kung 31f76b8d58 Initial DI changes from app building
Incorporate feedback and make identity DI friendly everywhere
Also start using the new OptionsSetup
2014-05-02 17:09:24 -07:00
Hao Kung d827b9fff2 More DI-ify identity
Follow K patterns for DI
- IdentityBuilder
- IServiceProvider constructor
- Unit tests for Startup usage/new DI builder
- Move template default configuration into DefaultServices
2014-04-22 13:31:23 -07:00
Hao Kung 041db7cb69 Initial Identity.Entity implementation
- Most child entities related apis not working/implemented
- Unit tests disabled in kbuild for now

Code review fix
2014-04-03 16:07:46 -07:00
Hao Kung 8549d83b7c Identity.Security not enough to prevent infection
- Viral cancellationToken API infection everywhere
- Add Identity.Security SignInManager which depends on Abstractions
2014-04-02 12:25:52 -07:00
Pranav K 0dcb918084 Updating remaining package versions to match CoreCLR 2014-03-27 18:34:04 -07:00
Pranav K 264fa5204b Update version of System.Text.Encoding to match CoreCLR 2014-03-27 15:25:40 -07:00
Hao Kung 9fbbe0bcc2 Cleanup unneeded diffs in project.json 2014-03-10 15:08:51 -07:00
Hao Kung 7d2855cecb Cleanup required packages for K 2014-03-10 15:05:50 -07:00
Hao Kung e40777cc6b Switch to KRunner add initial DI unit test 2014-03-10 15:00:38 -07:00
David Fowler ed31f6b019 Added required packages for K 2014-03-08 02:40:21 -08:00
Hao Kung d845ef0b7c Switch to using DataProtection for Crypto 2014-03-07 14:19:38 -08:00
Hao Kung 56c67d5ef0 Fix project json immutable references 2014-03-07 14:19:37 -08:00
Hao Kung 5128a030da Port PasswordsHasher, crypto only in Net45 2014-03-07 14:19:36 -08:00
Hao Kung edb709ce9d Undo workaround in Idenitty now that claims is fixed 2014-03-06 16:23:06 -08:00
Hao Kung 1ad07a38d7 Fix build by adding System.Runtime 45 dependencies 2014-03-06 10:13:29 -08:00
Hao Kung afa12ea595 Start using K Claims
Remove #if defs and reenable claims referencing aspnet/Claims version in
k10
2014-02-27 16:56:49 -08:00
Pranav K 79d615f41f * Moving sln file to root of repository
* Updating build.cmd to the latest from Universe\build_templates
* Updating sln to include k10 \ net45 solution folders
2014-02-06 14:46:31 -08:00