Base solution for your next web application
Ends in:
01 DAYS
01 HRS
01 MIN
01 SEC

Activities of "maliming"

Can not edit or delete default languages. You can only edit or delete the languages you added. But you can change texts of all languages.

Angular uses jwt by default

JWT is self-contained with Claims. If you want to implement update claims, it will be very complicated.

I suggest you query based on user ID, etc. instead of storing it in claims(session).

By the way, jwt will show the cliams plain text to the client.

https://support.aspnetzero.com/QA/Questions/6721 Are these two questions one?

Is your authorization method a cookie or jwt?

This seems to be a problem with sql server.

Please make sure

  1. You have appropriate authentication mode enabled.
  2. You can connect to database using userid/password or windows auth.
  3. Whichever mode you connect has permission to create database.

Or you can try it with ef core cli: https://docs.microsoft.com/en-us/ef/core/miscellaneous/cli/dotnet#dotnet-ef-database-update

Answer

@MellowoodMedical Can you share your project to: [email protected]?

Answer

please see: https://github.com/aspnetzero/aspnet-zero-core/issues/2261

Answer

Have you tried it according to the telerik document?

The background layout page is here: https://github.com/aspnetzero/aspnet-zero-core/tree/dev/aspnet-core/src/MyCompanyName.AbpZeroTemplate.Web.Mvc/Areas/AppAreaName/Views/Layout

It seems that there is no, You can take a look at this discussion:https://github.com/aspnetzero/aspnet-zero-core/issues/1256

Showing 2441 to 2450 of 3000 entries