Abp has no built-in OPT authentication; you have to implement it yourself.
you can customize the login page to send SMS/Email and store them in the cache(database), then validate it.
Hi,
I see this tokens are even loaded in my cache but the Payload is null.
I will check it.
Just go in settings -> privacy & security and you should see a button down in the page to authorize an app that was recently blocked from opening.
If it's not working, you can waiting for the signed version.
HI,
BTW, ABP will try to get the token from the cache; it won't get a new token every time. https://github.com/abpframework/abp/blob/dev/framework/src/Volo.Abp.IdentityModel/Volo/Abp/IdentityModel/IdentityModelAuthenticationService.cs#L84
Hi,
I cannot seem to remove my app name and language switcher although i can change the logo. You can hide it via CSS
BTW, the layout in leptonx theme, you can download it. abp get-source Volo.Abp.LeptonXTheme
we will deploy a signed app next few version