Hi, what should I do if I want my app to be able t...
# talk-kratos
w
Hi, what should I do if I want my app to be able to send requests to the admin API (create identities, list them, etc)?
p
call the Admin API server-side.
you will of course need some auth mechanism to verify if the user has the correct permissions to do so.
you can probably rely on the kratos session + some permissions (keto) for admin user accounts.