hi
JWT is platform independent. I think there is no problem if the JwtBearerAuthenticationOptions of net framework and the JwtBearerOptions of net core are compatible. You need to make sure that the TokenValidationParameters parameters are consistent.
https://docs.microsoft.com/en-us/dotnet/api/microsoft.owin.security.jwt.jwtbearerauthenticationoptions https://docs.microsoft.com/en-us/dotnet/api/microsoft.aspnetcore.authentication.jwtbearer.jwtbeareroptions?view=aspnetcore-5.0
When you get any error, you can check the log to see detail message of UseJwtBearerAuthentication
.
hi
Can you try to use the latest pakcage of Npgsql.EntityFrameworkCore.PostgreSQL
<PackageReference Include="Npgsql.EntityFrameworkCore.PostgreSQL" Version="5.0.2" />
hi @thanhvl1@fsoft.com.vn
How do we reproduce the problem?
hi
There is no plan to support VUE for now.
https://github.com/abpframework/abp/issues/1168
https://github.com/abpframework/abp-samples/pull/64
hi
Thanks. I will discuss this with the team. I agree with your idea.
How to customize the login page, change the content etc.
hi
Please refer to https://support.abp.io/QA/Questions/160/How-to-customize-an-ABP-project
Try add this configuration to your appsettiings.json
file:
"StringEncryption": {
"DefaultPassPhrase": "uTjg****************"
},
Related: https://github.com/abpframework/abp/pull/5800
hi safi
You can refer to the template project to understand the design.