QuickApp
QuickApp copied to clipboard
ASP.NET Core / Angular startup project template with complete login, user and role management. Plus other useful services for Quick Application Development
Bumps [websocket-extensions](https://github.com/faye/websocket-extensions-node) from 0.1.3 to 0.1.4. Changelog Sourced from websocket-extensions's changelog. 0.1.4 / 2020-06-02 Remove a ReDoS vulnerability in the header parser (CVE-2020-7662, reported by Robert McLaughlin) Change license from...
1 `dotnet restore` in root directory 2 `npm install` in ClientApp directory 3 `File -> Open -> Project/Solution` with **Visual Studio 2019** 4 Run it with IIS Express In logs...
https://github.com/emonney/QuickApp/tree/online-demo/QuickApp throws error .. could not see the register and forgetpassword link
For the older asp.net core 1.x version: Download link is not working. As .net core 3.0 is not supported by visual studio 2107. Can you please give us old version...
The BootstrapSelectDirective dropdown (used in the user role selection) has a bug and does not always work. If you click on an item, the status does not always change. If...
Are there plans to have admin module to manage clients, api resources, identity resources, claims, secrets, application urls etc
Hi, when I set ASPNETCORE_ENVIRONMENT to "Production" and start it for test purpose in VS I got following error: The SPA default page middleware could not return the default page...
The latest version 3.0 does not run under IIS. First error: package.json not found. Next: The command "run-p" is either misspelled or could not be found. IIS V10 NodeJs 10.16.3...
Am getting this error when i request from postman: `An unhandled exception has occurred while executing the request. System.InvalidOperationException: IDX20803: Unable to obtain configuration from: 'http://localhost:5000/.well-known/openid-configuration'. ---> System.IO.IOException: IDX20804: Unable...
I'm using VS 2019 16.3.6. No matter I clone the project here or use the template got from vs extention, the page of users/roles management page never show and I...