Jurabek

Results 24 comments of Jurabek

@FolabiAhn did you try to check logs? `in appsettings.json` ``` "LogLevel": { "Microsoft": "Trace" } ```

the problem might be `DataProtectorTokenProvider` perhaps `await manager.GetUserIdAsync(user);` returning `null` which is not equal to userId, manager somehow should keep data for the generated users.

Here is a bug on GetUser() method, which now I realized ![image](https://user-images.githubusercontent.com/8397056/104634929-8a99f100-56a1-11eb-9d27-19a21b5426df.png) on the line `95` it is looking at users list which does not exist and every time when...

Yes, this is one way when you `POST verify` we are gonna store the user into Database, in that case, we should remove the user if he cancels the process,...

Migration into dotnet core 3.1 is done by #11 Migration into IdentityServer 4.1 has breaking changes

At the moment vs code does not support multi-project dev in containers, [#1460](https://github.com/microsoft/vscode-remote-release/issues/1460)

sure, you can do that

Hi @jbeguna04, looks awesome but the icons we should use on the first page on introduction page it is on the first screenshot, and if you want, try to change...

Great job, could you, please upload those icons into the project to design folder, fork this repo and pull request me