account/src/Volo.Abp.Account.Pro.Public.Web.OpenIddict/Pages/Account/OpenIddictSupportedLoginModel.cs
There is no docs module in your project.
hi
https://github.com/abpframework/abp-samples/pull/228
OK, I'll wait for your project. liming.ma@volosoft.com
Can you share a project? liming.ma@volosoft.com
I'm afraid yes, Wasm is not supported yet.
hi
The token lifetime is 1 hour by default. You can increase it by
PreConfigure<OpenIddictServerBuilder>(builder =>
{
builder.SetAccessTokenLifetime(TimeSpan.FromHours(12));
});
hi
The token lifetime is 1 hour by default. You can increase it by
PreConfigure<OpenIddictServerBuilder>(builder =>
{
builder.SetAccessTokenLifetime(TimeSpan.FromHours(12));
});
hi
What do you mean enable IdentityServer ?