Skip to content

Commit

Permalink
modifies the architecture diagram
Browse files Browse the repository at this point in the history
  • Loading branch information
rishabhpoddar committed Nov 20, 2023
1 parent e505a07 commit 3efd181
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions v2/community/reusableMD/intro-architecture.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ There are three components to SuperTokens:
- **Frontend SDK**: Provides pre built UI, helper functions and / or session management on the frontend.
- **Backend SDK**:
- Provides a middleware which exposes all the auth related APIs for your frontend to call. It also handles session management and access control for your APIs.
- Serves the user management dashboard which can be accessed on the `/auth/dashboard` path of your API domain.
- If your tech stack uses a backend framework that is not supported by SuperTokens, you can follow our [guide on spinning up a separate server configured with the SuperTokens backend SDK](/docs/community/other-frameworks) to authenticate requests and issue session tokens.
- **SuperTokens core service**: This is called by the backend SDK to maintain state in the database. This can either be self hosted using docker or be managed by us if you sign up on supertokens.com

Expand Down
Binary file modified v2/static/img/architecture/managed_service_generic.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified v2/static/img/architecture/self_hosted_generic.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 3efd181

Please sign in to comment.