Hello everyone
I would like to know, what authentication type use to interact with APIs ?
Of course, an authentication which is secure.
For example : I would like to interact with Groupfolders app (https://github.com/nextcloud/groupfolders#api). But, it is necessary to be admin.
The only solution I found is to use a basic auth.
I don’t know the JWT system. But, I understand is a secure for the authentication.