Activities of "liangshiwei"

Hi,

How to reproduce the problem?

I will check it out

The problem has been solve, if you have any question, please reopen.

Why, ABP create them automatically right?? if i follow the BookStore Tutorial then it is all automatic no need to create API Controller

Because the module template is different from the app template. It is microservice compatible

If i have to create a APIController in what project ?

In *.HttpApi project.

Hi,

When you log in on the angular client, the auth server will also log in to the current user. I think you can redirect directly without doing anything

Hi,

If the servers share a common domain, create a cookie on a domain that spans both (e.g. create cookie on domain.com if login is at auth.domain.com and the app at app.domain.com)

Cookies will be set only when the domain and port are the same. e.g . api.domain.com and angular.domain.com. If you cannot use the same domain and port, you need another way

Hi,

You need create an ApiController, just like SampleController

Hi,

We have created internal issue, it will be fix soon.

Can you share some screenshots?

but in reality cookies not saved

Make sure your blazor and HttpApi at same domain and port. it should be work(I have updated example code).

Showing 5291 to 5300 of 5957 entries
Made with ❤️ on ABP v9.1.0-preview. Updated on November 11, 2024, 11:11