Custom login by rest service

0
In my application is about to display the information by rest service. there is no DB transactions happing in the application, so completely I am using non-persistent entities. currently I am using anonymous user to access the application by the rest service , if the user is valid by rest service, I am showing the dashboard page . is there any way to implement custom login by rest service.?
asked
1 answers
0

See the documentation here: https://docs.mendix.com/refguide/published-rest-authentication-parameter/

You could also just opt for the basic authentication offcourse.

 

Regards,

Ronald

 

answered