Hello there! I would like if that's possible to create system to generate user IAM. I explain:
- I would like to give some access token to the new user. They can use it for one year.
- I don't want to give them username and password. So they don't need to login but just using the access token to use some service in the backend
- I actually using JWT but I'm stuck now. The user need to login to get a JWT acces token.
Can someone help me about that? Thank you in advance.