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
Hi! I am using QuickApp to learn and i could not find any tutorials on how to get the dbcontext part working, I have connected to SQLServer but I need...
I'm getting 401 error when after I login as Admin and click on setting icon. It works fine on IIS express(running Visual studio) but not working when I try to...
Bumps [elliptic](https://github.com/indutny/elliptic) from 6.5.2 to 6.5.4. Commits 43ac7f2 6.5.4 f4bc72b package: bump deps 441b742 ec: validate that a point before deriving keys e71b2d9 lib: relint using eslint 8421a01 build(deps): bump...
Hello, I have an error with your sample app on the following route after authentification successfully : - https://localhost:44350/api/account/users/me - https://localhost:44350/api/account/roles   fail: Microsoft.AspNetCore.Authentication.JwtBearer.JwtBearerHandler[3] Exception occurred while processing message....
Error Number:2714,State:6,Class:16 There is already an object named 'AppCustomers' in the database.
Admin can you please commit Registe user and gmail login code..
I can run my app locally and browse but with docker it always fails ```yaml FROM mcr.microsoft.com/dotnet/core/aspnet:3.1 AS base WORKDIR /app EXPOSE 80 EXPOSE 443 FROM mcr.microsoft.com/dotnet/core/sdk:3.1 AS build WORKDIR...
Reset password not working properly when the url has ASCII codes.  Application breaks and nothing is loading on the page. Please advise.
Bumps [http-proxy](https://github.com/http-party/node-http-proxy) from 1.18.0 to 1.18.1. Changelog Sourced from http-proxy's changelog. v1.18.1 - 2020-05-17 Merged Skip sending the proxyReq event when the expect header is present [#1447](https://github.com/http-party/node-http-proxy/issues/1447) Remove node6 support,...
I'm using this starting template in almost every new project that I make. It has all the things I need setup. I'm trying to make a multitenant application and I...