Authentication using https

Hello,

I’m using the REST API in my application and I enabled the basic authentication in camunda. I also use an authentication in my application.

But I don’t think that the basic authentication is secure enough, even thought I use https and ssl.

What secure method of authentication would you recommend ?

Thank you.