Commit Graph

21 Commits

Author SHA1 Message Date
Hao Kung 14b4bea964 Identity => Auth 2.0 2017-04-19 13:02:19 -07:00
Hao Kung 5aed9742a4 Add authenticator support 2016-12-27 12:59:44 -08: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
N. Taylor Mullen 078512dc94 Rename AspNet 5 file contents.
See https://github.com/aspnet/Announcements/issues/144 for more information.
2016-01-22 12:25:42 -08:00
Hao Kung 2dade94404 Move claims extensions to UserManager
Also update samples to Templates
2016-01-14 12:49:21 -08:00
Hao Kung f871d1fd91 OptionsModel => Options 2015-12-21 15:25:17 -08:00
Pranav K 5da757642d Renaming Microsoft.Framework.* -> Microsoft.Extensions.* 2015-10-03 15:44:55 -07:00
Hao Kung bf4ed2f645 Remove unused using 2015-09-28 14:31:40 -07:00
Hao Kung 2113ef5abc React to Options/Cookie changes
Moved cookie instance options into IdentityCookieOptions
IUserTokenProvider changes
2015-09-02 15:15:40 -07:00
Arthur Vickers 148be8c410 Remove use of SqlServerDatabase! 2015-06-19 11:28:13 -07:00
Suhas Joshi 28dc0245bf Moved POCOs to EF and fixed tests 2015-03-24 11:48:26 -07:00
ajcvickers 1671b18545 Update to use DbContextOptionsBuilder 2015-03-11 13:15:40 -07:00
Hao Kung 3aaa628365 React to AuthN changes 2015-03-02 16:39:01 -08:00
ajcvickers c84a6b436f Stop using context.Configuration. 2014-11-21 11:51:35 -08:00
Stephen Halter e720edf4bd Change GetService calls to GetRequiredService
GetRequiredService throws for missing services like GetService used to.
2014-10-16 16:07:53 -07:00
Hao Kung 3a9036a69f Rationalize IdentityDbContext ctors
Also clean up unit tests
2014-10-16 15:14:46 -07:00
Hao Kung 3abe532761 React to options and hosting changes 2014-10-14 19:19:44 -07:00
Hao Kung a4ce31c30d Rename Identity.SqlServer back to EntityFramework 2014-10-08 13:36:38 -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
Hao Kung 952bc6af88 Rename Identity.EF -> Identity.SqlServer 2014-08-25 11:15:52 -07:00
Hao Kung bbb848ae1d Add identity sample 2014-07-16 12:44:23 -07:00