Token-based auth mechanism for mendix REST API

0
I built a REST-based API in mendix that works with basic authentication (username + password) and I want to switch to a token-based authentication mechanism instead of having to send the username/password as part of every API request. Can someone please guide me to an example/post/tutorial where I can read about this, and help myself? 
asked
1 answers
4

Hi Marcian,

Did you already check the JWT module available in market place? You can generate and decode tokens using this module.

You can check details about JWT here.

Hope this helps. Good luck!

answered