Biagio Paruolo
Biagio Paruolo
HI, I wish to advice that it's possible to open and doing operations on admin pages with basic role. There aren't role permission on pages.
How to bypass to use database for local authentication? I want to use AD
How secure is this package?
When Will be the update for .NET Core 5?
How to use API Authentication with social network or Azure B2C?
Info: Which is a good ReactJS panel to add to manange models and CRUD that would be added to this project? I wish to manage data like Strapi.io/Directus.io and with...
If you upgrade HealthCheck to 3.1.3 you have to change the class class RegisterHealthChecks : IServiceRegistration string DbConnectionString = config.GetConnectionString("HealthCheckDatabaseConnectionString"); **services.AddHealthChecksUI().AddInMemoryStorage();** //.AddSqliteStorage(DbConnectionString);
I've a generic SaveAsync ``` public virtual async Task SaveAsync(TEntity entity) { using ( var connection = GetConnection() ) { return await connection.InsertAsync(entity); } } ``` Called : `await MatrixAddonManager.SaveAsync(MatrixAddon)`...
Which percentage Do Nativescript-Vue cover Nativescript API engine?
How to save dashboard?