Join Slack
Powered by
Hi, what should I do if I want my app to be able t...
# talk-kratos
w
witty-actor-17128
06/08/2022, 7:04 AM
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
proud-plumber-24205
06/08/2022, 1:42 PM
call the Admin API server-side.
proud-plumber-24205
06/08/2022, 1:43 PM
you will of course need some auth mechanism to verify if the user has the correct permissions to do so.
proud-plumber-24205
06/08/2022, 1:43 PM
you can probably rely on the kratos session + some permissions (keto) for admin user accounts.
2
Views
Open in Slack
Previous
Next