Machine authentication (Client Credential Grant)
I'm wondering if its possible to use better auth for machine auth(Client Credential Grant). I have a another app that needs to send data to my app, for this it needs to authenticate. What would be the best way to do this?
I was not able to find this in the docs.
4 Replies
We don't currently support m2m. will be added soon!
+1 for this issue, is a feature neccesary
For now, to be able to solve this problem a little, it would be to create a user name and password for each machine to machine.
Once the username and password have been assigned to the machine,
(which seems horrible to me... I know)
Assign an API key or assign an API key to an administrator user.