Learn More, Pay Less!
Limited Time Offer!

Activities of "maliming"

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.

You can try to set this to 1.0.0

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:

  1. angular click login and redirect to auth server website.
  2. auth server logged a user and generate a code and redirected to angular(localhost:4200?code=xxx)
  3. angular uses the code to request connect/token to get access_token and id_token.
  4. angular uses the token to call API
  5. angular click log out and make a request to tell the auth server to revoke the access 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.

Showing 941 to 950 of 9067 entries
Made with ❤️ on ABP v9.2.0-preview. Updated on February 17, 2025, 05:40