hi
I have downloaded your project, I will check it asap.
THanks.
If you can share a project that can reproduce the problem in my local. I will download and check the code.
When ever i update the documentation, will it automatically update in the publised server page.
If the cache expires, the document will try to get the latest. https://github.com/abpframework/abp/blob/dev/modules/docs/src/Volo.Docs.Application/Volo/Docs/Documents/DocumentAppService.cs#L527-L547
hi
The Default.cshtml in \Themes\LeptonX\Layouts\Account
and Pages/Accounts/Login.chstml
are two different pages.
Your needs may require overriding both of them
Code flow:
code
and redirected to angular(localhost:4200?code=xxx
)connect/token
to get access_token and id_token.The above is the right way. This is the oauth2 protocol and you cannot change it
https://developer.okta.com/blog/2018/04/10/oauth-authorization-code-grant-type
hi
You are breaking the oauth flow, which means you are going the wrong way.
You have to follow the process to pass the code to angular app. There is no other way other than that.
Abp's template project uses the standard oauth2 process to authenticate for angular. You may consider following this approach instead of your custom authentication.
Yes, You can use local filesystem as document source.
If you need to overwrite the Login page I can share the source code of this page with you. Which version do you need?
I'm a little confused. Do you change the permissions from the UI page(via code) or directly in the database?
If you change the permission from the UI page, the framework will clear the cache automatically, which means you don't need the extra code.