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
Marcian Bondoc
1 answers
3
Hi Marcian,
Did you already check the JWT module available in market place? You can generate and decode tokens using this module.