Join Discord
Powered by
Hello! I am new here and a bit lost. Does the kube...
# support-questions-legacy
f
fermuch
01/23/2023, 7:44 PM
Hello! I am new here and a bit lost. Does the kubernetes image w/postgres come with an Admin UI? Or how am I supposed to manage self-hosted SuperTokens?
r
rp_st
01/24/2023, 3:54 AM
Hey
@fermuch
rp_st
01/24/2023, 3:54 AM
The admin ui is provided by our backend SDK
rp_st
01/24/2023, 3:54 AM
You should start by following one of our guides:
https://supertokens.com/docs/guides
rp_st
01/24/2023, 3:55 AM
Or you can use our CLI to start as well: npx create-supertokens-app@latest
f
fermuch
01/24/2023, 10:50 AM
Thanks. I think I now get it. The API is provided by supertokens core, and the UI layer is provided by the library
r
rp_st
01/24/2023, 11:27 AM
the core provides the API which the backend SDK queries. The backend SDK integrates with your app's API layer and exposes auth APIs via a middlware
rp_st
01/24/2023, 11:27 AM
The frontend SDK queries the APIs exposed by the backend SDK
2
Views
Previous
Next