8devices / wakaama

Eclipse Wakaama (formerly liblwm2m) is an implementation of the Open Mobile Alliance's LightWeight M2M protocol (LWM2M).
0 stars 4 forks source link

Implement REST API security #8

Closed GiedriusM closed 6 years ago

GiedriusM commented 6 years ago

Currently REST API is designed only to be used in secure networks without public access, but an API security mechanism should be implemented in future releases.

Some useful links for future reference: https://www.owasp.org/index.php/REST_Security_Cheat_Sheet https://www.owasp.org/index.php/Transport_Layer_Protection_Cheat_Sheet https://jwt.io/introduction/ http://blog.restcase.com/top-5-rest-api-security-guidelines/