QuickApp icon indicating copy to clipboard operation
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

Results 73 QuickApp issues
Sort by recently updated
recently updated
newest added

public class IdentityServerDbInitializer : DatabaseInitializer { private readonly PersistedGrantDbContext _persistedGrantContext; private readonly ConfigurationDbContext _configurationContext; private readonly ILogger _logger; public IdentityServerDbInitializer(ApplicationDbContext context, PersistedGrantDbContext persistedGrantContext,ConfigurationDbContext configurationContext, IAccountManager accountManager, ILogger logger) : base(context,...

Hi, How to connect with Azure Active Directory users, roles and claims. is it possible to connect Kindly let me know.

Bumps [ws](https://github.com/websockets/ws) from 6.2.1 to 6.2.2. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=ws&package-manager=npm_and_yarn&previous-version=6.2.1&new-version=6.2.2)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies

Bumps [dns-packet](https://github.com/mafintosh/dns-packet) from 1.3.1 to 1.3.4. Commits ebdf849 1.3.4 ac57872 move all allocUnsafes to allocs for easier maintenance c64c950 1.3.3 0598ba1 fix .. in encodingLength 010aedb 1.3.2 0d0d593 backport encodingLength...

dependencies

Bumps [browserslist](https://github.com/browserslist/browserslist) from 4.16.4 to 4.16.6. Changelog Sourced from browserslist's changelog. 4.16.6 Fixed npm-shrinkwrap.json support in --update-db (by Geoff Newman). 4.16.5 Fixed unsafe RegExp (by Yeting Li). Commits 6fe3614 Release...

dependencies

https://quickapp-standard.azurewebsites.net/

statres.quickapp.cn/quickapp/js/routerinline.min.js Seeking a source code [email protected] thank you

There are now .Net5, Angular 10. Even the support page is no longer displayed. Does anyone have any more information?

Unable to authorize user connect/token returns "invalid_scope". fail: IdentityServer4.Validation.DefaultResourceValidator[0] Scope quickapp_api not found in store. fail: IdentityServer4.Validation.TokenRequestValidator[0] Invalid scopes requested, { "ClientId": "quickapp_spa", "GrantType": "password", "Raw": { "username": "admin", "password":...

When using Swagger to test routes, any authorized route will return a 401.