Hi all,
we are trying to setup and connect FusionAuth in our micro-service architecture which is using Kong as an API Gateway and are struggling to understand how to best integrate it.
Couple of questions:
-
Is there any best practice article were you describe how to best integrate FusionAuth in an API Gateways?
-
How to best deal with Users which exists inside Organizations (were they have specific roles like: editor, admin, owner, etc) ?
-
Do you recomand starting directly with JWT + oauth2 or just JWT?
-
What would be the flow for registering new users and afterwords logging them in, as well as syncing the data from micro-services to FusionAuth (in case of user being able to manage their data (email, name, etc) in our micro-services)?
Thanks in advance!