Commit Graph

54 Commits

Author SHA1 Message Date
Madawa Soysa
a8843711e0 Fix issue with auth data persistence key
This commit changes the auth data persistance key to the value of platform instead of using a hard coded constant.

Fixes entgra/product-iots#110
Related to entgra/product-iots#103
2019-06-21 15:11:19 +10:00
Madawa Soysa
0e4234db97 Retrieve session auth data from the header value X-Platform
Fixes entgra/product-iots#110
Related to entgra/product-iots#103
2019-06-21 14:59:27 +10:00
lasanthaDLPDS
7f0be5f28b Merge with upstream master 2019-06-17 20:13:12 +05:30
Madawa Soysa
2260bd004d Implement GET/POST/PUT/DELETE methods and refactor module name
This commit implements the related HTTP methods in the request interceptor servlet to intercept and send the request to the backend.

Also refactored the module name request-handler -> ui-request-interceptor.

Fixes entgra/product-iots#108
2019-06-17 15:58:44 +10:00