0
Sergei.Gorlovetsky created
- ABP Framework version: 8.0
- UI Type: Angular
- Database System: EF Core (SQL Server, Oracle, MySQL, PostgreSQL, etc..)
I am using the [Authorize] attribute as mentioned here: https://docs.abp.io/en/abp/latest/Authorization
With that, I want to test the APIs via Postman and to do that, I need to get an Access Token for authorization.
I am using the /api/account/login endpoint and I see that the token is being stored in cookies. But I want to get that in the request response.
Please can someone direct me to its documentation or any samples?
3 Answer(s)
-
1
-
0
Thank you. It works.
-
0
Good news.