You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I have oauth2 working and configured using my google accoutn.
I also want to use the rpc url
I am using this curl request
curl -v -u jsonrpc:TOKEN_COPIED_FROM_UI -H "Content-Type: application/json" -d '{"jsonrpc":"2.0","method":"getVersion","id":1}' https://kanboard.metcarob.com/jsonrpc.php
and always getting 401 errors.
Will the oauth2 plugin stop the token based API access working? What is the method to get them both working?