Base solution for your next web application

Activities of "ryancyq"

Hi, you can query directly from setting repository.

IRepository<Setting, long> settingRepository;

Hi,

since cookie is stored in the browser/client side, if one can steal the cookie from the browser, doesn't it mean the client's machine has already been compromised?

in that case, it is commonly handled by revoking all the login sessions of the user and acess/refresh token will not be able to authenticated again.

Hi,

ANZ proivdes SMS verification as one of the 2FA authentications in the aspnetcore version of ANZ.

The document describes how sms verification flow is at https://docs.aspnetzero.com/en/aspnet-core-angular/latest/Features-Angular-Two-Factor-Authentication#twilio-integration

You can also look at the code at https://github.com/aspnetzero/aspnet-zero-core/blob/0393b6a49c5d2662c2b8c1ae0a059f4ab3924d40/aspnet-core/src/MyCompanyName.AbpZeroTemplate.Web.Core/Controllers/TokenAuthController.cs#L279 to find out more about how sms verification flow was implemented for aspnetcore.

Hi @nitinrpatel, you will need to login as the github account associated with your ANZ license to view the link.

Hi, does your winSqlInstance has IMistHaveTenant interface ? if so you will need to assign tenant_id before inserting it.

  • What is your product version?
  • What is your product type (Angular or MVC)?
  • What is product framework type (.net framework or .net core)?

Do you mean Theme 4 works well on high resolution screen but no other themes?

Can you share which theme you are facing issues with?

Hi, do you mean to upload a file from the user's clipboard?

e.g. copy and paste the file?

Hi, currently there isn't a tool comes out of the box with ANZ project.

However, the team has considered a tool to export translation data in the backlog. See https://github.com/aspnetzero/aspnet-zero-core/issues/1339

Hi, do you mean sms two factor authentication?

if not, do you mean phone number sign up/login?

if so, please see https://github.com/aspnetzero/aspnet-zero-core/issues/1469

Answer

Hi @drg, to view the aspnetzero link on github, you will need to login with the github account that is associated with your aspnetzero license.

Showing 21 to 30 of 573 entries