Commit Graph

60 Commits

Author SHA1 Message Date
Judah Himango CW eb50d561e6 Fixed reference in sample project. 2019-06-25 17:50:23 -05:00
Judah Himango CW 640ac456c5 Fixed hierarchy of MVC sample project. Updated documentation. 2019-06-25 17:49:14 -05:00
Judah Himango CW 0be77c255a Updated documentation for samples. 2019-06-25 17:43:07 -05:00
Judah Himango CW c05b451d20 Added MVC sample. 2019-06-25 17:39:36 -05:00
Judah Himango CW b5b0dba2d0 Updated to Raven 4.2 2019-06-24 14:43:24 -05:00
Judah Gabriel Himango 863b98d9f8 Merge pull request #14 from abremora/master
Fix loading IdentityUserByUserName for migration to v6
2019-05-31 12:08:34 -04:00
Alex 52681e53d1 Add missing string interpolation 2019-05-31 00:41:14 +02:00
Alex 130802968b Fix loading IdentityUserByUserName for migration to v6
Fix loading IdentityUserByUserName in UserStore.MigrateToV6() because of hard coded document prefix.
2019-05-28 16:40:08 +02:00
Judah Himango CW 663c3fb7b7 Updated RavenDB.DependencyInjection for advanced configuration scenarios. 2019-04-05 17:12:19 -05:00
Judah Himango CW 82d6bd562a Fixed bug in user deletion where compare/exchange value wasn't deleted. 2019-04-01 11:22:30 -05:00
Judah Gabriel Himango cae73f5627 Tweak to readme. 2019-03-21 16:42:56 -05:00
Judah Gabriel Himango b0f2819299 Updated readme to include information about upgrading to V6. 2019-03-21 11:24:25 -05:00
Judah Gabriel Himango 96199b75b5 Identity uses email address as the compare/exchange key. 2019-03-21 10:40:44 -05:00
Judah Himango CW a65cbc4b68 Bumped NuGet version. 2019-03-11 12:21:59 -05:00
Judah Himango CW 6744d0c8fa Updated RavenDB.DependencyInjection dependency to support configuration of doc store before initialization. 2019-03-11 12:16:42 -05:00
Judah Himango CW 71eec98f80 Incremented package major version for breaking change with IdentityUser. 2019-03-04 17:23:55 -06:00
Judah Himango CW 20d1a98a14 Fixed link in sample. 2019-03-04 17:17:22 -06:00
Judah Himango CW 235a5ef7c1 Yet more documentation fixes. 2019-03-04 17:13:26 -06:00
Judah Himango CW f974fbe399 More documentation improvements. 2019-03-04 17:11:14 -06:00
Judah Himango CW 3d147b3a8d Documentation improvements. 2019-03-04 16:58:35 -06:00
Judah Gabriel Himango b5b71b1b4b Merge pull request #6 from InfinitTechnologies/master
Added TRole : IdentityRole generic parameter to AddRavenDbIdentity.
2019-02-28 09:45:56 -06:00
Josh Close eea7c8fff6 Fixed passing of default TRole. 2019-02-27 23:48:07 -06:00
Josh Close 9e3efbd7e4 Added TRole : IdentityRole generic parameter to AddRavenDbIdentity. 2019-02-27 23:44:11 -06:00
Judah Himango CW c014fec800 Updated logo. 2018-11-29 11:53:24 -06:00
JudahGabriel 661047ddb0 Updated NuGet packages. 2018-11-12 15:10:52 -06:00
JudahGabriel eb894a4db9 Database creation into its own extension. 2018-11-08 11:37:47 -06:00
Judah Gabriel Himango 7669f27447 Bumped NuGet version. 2018-10-08 12:38:49 -05:00
Judah Gabriel Himango 6bccf89fd4 Two factor auth fully working in the sample project. 2018-10-08 12:36:38 -05:00
Judah Gabriel Himango bc757fd13f Sample creates the database if it doesn't exist yet. 2018-10-08 11:54:56 -05:00
Judah Gabriel Himango 7a010b4afa UserStore implements IQueryableUserStore, enabling 2FA. 2018-10-05 10:45:30 -05:00
JudahGabriel 461a58f4d3 Two factor auth recovery code implementation. 2018-02-23 18:06:08 -06:00
JudahGabriel c442be17b2 Now implementing IUserAuthenticationTokenStore to work with TFA. 2018-02-23 17:52:18 -06:00
JudahGabriel 6f61830de0 Merging 2018-02-22 09:08:14 -06:00
JudahGabriel 92cf554784 Implemented IUserAuthenticatorKeyStore for use in two-factor authentication. 2018-02-22 09:05:12 -06:00
JudahGabriel e898bf6f0b Added method to create doc session using injected doc store. 2018-02-10 22:31:35 -06:00
JudahGabriel 1d33f5a908 Incremented NuGet package version. 2018-02-09 11:56:02 -08:00
JudahGabriel 9d17130ce5 Updated readme. 2018-02-09 11:54:08 -08:00
JudahGabriel 09078455db Upgraded to RavenDB 4.0. Added XML docs. 2018-02-09 11:52:30 -08:00
JudahGabriel 1f5ee40119 Lower case role tweaks. 2017-10-17 10:18:25 -05:00
JudahGabriel 2f5b1ca11b IdentityUser conforms to the existing IdentityUser from EntityFramework in order to ease migration. 2017-09-28 09:33:26 -05:00
JudahGabriel c45c2e5b30 Updated NuGet package number. 2017-09-06 11:50:59 -05:00
JudahGabriel 6fc83d4ea3 Authorization works with roles properly. Added authorization examples to Sample project. 2017-09-06 11:49:33 -05:00
JudahGabriel ea3a6cbdd3 Moved identity user ID convention configuration to before doc store initialization. 2017-09-05 14:58:31 -05:00
JudahGabriel d458ca6486 Added overload for AddRavenDbIdentity to allow identity configuration options. 2017-09-05 12:25:38 -05:00
JudahGabriel 9364d2d394 Migrated to .NET Core 2. 2017-08-29 15:42:24 -05:00
JudahGabriel 2d94f69369 Moved NuGet package info into project file. 2017-08-23 17:35:40 -05:00
JudahGabriel bf73365a9f Fixed a typo. 2017-08-23 15:41:37 -05:00
JudahGabriel e0da076e45 Updates to readme. 2017-08-23 15:38:59 -05:00
JudahGabriel efeb6da3f8 Linked to sister project. 2017-08-23 15:27:42 -05:00
JudahGabriel c604b6f5ac URL updates. 2017-08-23 15:23:28 -05:00