openapi icon indicating copy to clipboard operation
openapi copied to clipboard

Add authorization for RESTful API

Open huan opened this issue 4 years ago • 1 comments

need to be integrated with gRPC

Links

huan avatar Feb 24 '21 07:02 huan

The Wechaty gRPC is using the following schema for authorization:

Authorization: Wechaty ${TOKEN}

We will follow this authorization schema as the HTTP header of OpenAPI.

huan avatar Sep 06 '21 13:09 huan