AspNetIdentity
AspNetIdentity copied to clipboard
ASP.NET Identity for ASP.NET 4.x applications
Hi, I'm having a weird issue and this is the last place to search for an answer. I have created a site for deployment to my ISP. Whenever I try...
Bumps [Microsoft.Owin](https://github.com/aspnet/AspNetKatana) from 3.0.1 to 4.0.0. Commits 64bf627 Update certificate id 7785261 Update lisence url 5d6e25b Handle early disconnects #141 0156279 Update version to 4.0.0-rtm 6ab8574 Update IdentityModel dependencies to...
Bumps [Microsoft.Owin](https://github.com/aspnet/AspNetKatana) from 3.0.1 to 4.0.0. Commits 64bf627 Update certificate id 7785261 Update lisence url 5d6e25b Handle early disconnects #141 0156279 Update version to 4.0.0-rtm 6ab8574 Update IdentityModel dependencies to...
Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from 6.0.4 to 13.0.1. Release notes Sourced from Newtonsoft.Json's releases. 13.0.1 New feature - Add JsonSelectSettings with configuration for a regex timeout Change - Remove portable assemblies from...
Could you please change the ConvertIdFromString method to return using this code in the Microsoft.AspNetIdentity.Owin.SignInManager class: return (TKey)TypeDescriptor.GetConverter(typeof(TKey)).ConvertFromInvariantString(id); I downloaded the source code, made this change on my local. However,...
Hi everyone, I am new to asp.net core and i started working on asp.net from version 5.0 core. I have switched to asp.net from laravel php framework. This was my...
There is no apparent/obvious way to configure the lifetime of a 2-factor token; in the case where email delivery is delayed, the token may already be expired when reaching the...
Result: ``` fail: Microsoft.AspNetCore.Server.Kestrel[13] Connection id "0HMCIB3PQJ72M", Request id "0HMCIB3PQJ72M:00000002": An unhandled exception was thrown by the application. System.FormatException: String '' was not recognized as a valid DateTime. at System.DateTimeParse.Parse(ReadOnlySpan`1...
Various places in the `SignInManager` compare the `userId` against `null`. This is a problem for value types, for example `Guid`. I cannot use `Guid?` in my `TUser` as it needs...
Hi, i'm trying to change the expiration time of the EmailConfirmationToken that is generated with the GenerateEmailConfirmationTokenAsync method. To do that, i added the next code in startup.cs class: private...