|
|
|
|
|
by matwood
3075 days ago
|
|
I have found the above (sans JWT) to be the simplest, secure method. Do everything over HTTPS, use basic auth or post for the user/pass and return an expiring token, use that token as a Bearer token for all subsequent requests. |
|
[1]: https://paragonie.com/blog/2017/03/jwt-json-web-tokens-is-ba...