Security of APIs #340
-
Hi, |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
Hi @ShokoufehSimab, |
Beta Was this translation helpful? Give feedback.
-
Hi @nhathoang989, I'm looking for an api that handle the pages, I found this file : |
Beta Was this translation helpful? Give feedback.
Hi @ShokoufehSimab,
Please pull the latest code from develop,
The APIs, which inherit BaseAuthorizedRestApiController, were Authorized with JWT Bearer token.
Or you can add Authorize Attribute for the API that you want to protect
Ex: [Authorize(AuthenticationSchemes = JwtBearerDefaults.AuthenticationScheme)]