ballerine-io / ballerine

Open-source infrastructure and data orchestration platform for risk decisioning

Home Page:https://www.ballerine.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Setup - Run SuperTokens Locally

alonp99 opened this issue · comments

Task Description

This task involves setting up the SuperTokens Core on your local development environment. SuperTokens Core is a necessary component for managing user sessions and authentication flows.

Acceptance Criteria

  • SuperTokens Core is running locally on the default port.
  • Documentation on how to start, stop, and check the status of the SuperTokens Core is provided.

Setup Instructions

  1. install supertokens (https://supertokens.com/docs/emailpassword/pre-built-ui/setup/backend).
  2. try to init the framework
  3. add local supertokens core instance and add it to docker compose
  4. setup with the workflows service postgres instance: https://supertokens.com/docs/thirdpartyemailpassword/pre-built-ui/setup/database-setup/postgresql

Resources