1
Ask HN: Which method of authentication for a B2B HTTP API?
I need to build a simple HTTP API so business partners can integrate with our system (read, write, update).
It's only back-end to back-end.
Which method of authentication is your go-to technology?
Basic auth would work well for our needs and it's very easy to build and use. But is it considered safe?
Is JWT in a bearer token a good solution?