-
I am using Amis,which uses Ajax to send and request data. It works well on my spa application and I have developed many APIs for it However, if I want to use these components on the OC Admin Dasboard, I need to use cookie authentication to call these APIs I want to know whether the OC can support both cookie and JWT authentication |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
It seems that graphql API can be used directly, but other web APIs cannot be called |
Beta Was this translation helpful? Give feedback.
-
Done after change to
|
Beta Was this translation helpful? Give feedback.
Done after change to
Authorize(AuthenticationSchemes = "Api,Identity.Application")