Hi, I am currently working on a Plug REST API, and am looking for ways to authenticate requests to the endpoints.
Upon my research, I came across HMAC and oAuth2.0. But am confused how to use any of these.
Any help on choosing or is there any other way to achieve this?
Thanks