Hi Team , I am working on an application where I am creating a web API from Mendix and want to understand how can I secure the API with Token based authentication instead of Basic security .
asked
Himanshu Chauhan
1 answers
0
Hi Himanshu , You can select custom option in security and use JWT module of Mendix to generate and authenticate the tokens . It will work in your case .