How can I secure my REST requests?
Hi there!
I have a nice workflow (REST API Call) with a GET method.
However, I would like to secure it with some sort of token. How can I do that?
Right now it's simply using HTTP and if I go on Postman everyone with the URL can request the data, I would like to encrypt it with a token JWT or something - but not sure how to proceed with BuildShip.
Many thanks in advance!
1 Reply