Blueprint API - Avoid Repeating Authorization Blocks

In the Blueprint API, how do I avoid using the same request header header request over and over for each endpoint?

+ Request (application/json)
    + Headers

            Authorization: Bearer jsonWebToken

Is there a way to create a template in a data structure, perhaps?

+4
source share
2 answers

Unfortunately, the Blueprint API does not have such a function (yet)

On the other hand, I can tell you that the authentication / authorization system works, so it is possible that in the near future this issue will be resolved for you.

Hooray!

+2
source

. , , - MSON.

. Hercule, .

+1

Source: https://habr.com/ru/post/1654888/


All Articles