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?