Open haalcala opened 5 years ago
While this example/tutorial is great, how can I create a user account and generate JWT token from one of the microservices? Consider it like a user sign-up in my application before using any of the services.
Hi,
You can generate an access token using the token API. https://docs.wso2.com/display/AM260/Token+API
Thank you! Pubudu.
While this example/tutorial is great, how can I create a user account and generate JWT token from one of the microservices? Consider it like a user sign-up in my application before using any of the services.