Authorization & Security
Last updated
Last updated
If, , you need to allow Asyncher to communicate with credentials/token to the server, doing so is very simple.
Asyncher does not need any configuration and does not care about the type of authorization you have developed on your backend. The client will directly send to it the credentials. Look at this example:
This is a usual call to Asyncher with the difference that the Authorization
field has been added to the header. Asyncher looks to see if there is an Authorization
field in the header of the request made by the client and then uses it to make requests to and .
If you have developed a security that does not use the Authorization
field in the header, .