Skip to content

Commit 19bffbf

Browse files
authored
Merge pull request #1021 from supertokens/feat/plugin/base
feat: Plugin related functionality
2 parents f8cc6ca + fb54d1b commit 19bffbf

File tree

491 files changed

+5593
-5052
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

491 files changed

+5593
-5052
lines changed

compose.yml

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,16 @@ services:
22
core:
33
# Uses `$SUPERTOKENS_CORE_VERSION` when available, else latest
44
image: supertokens/supertokens-dev-postgresql:${SUPERTOKENS_CORE_VERSION:-master}
5-
# entrypoint: [
6-
# "/usr/lib/supertokens/jre/bin/java",
7-
# "-classpath", "/usr/lib/supertokens/core/*:/usr/lib/supertokens/plugin-interface/*:/usr/lib/supertokens/ee/*",
8-
# "io.supertokens.Main", "/usr/lib/supertokens/", "DEV", "test_mode"
9-
# ]
5+
entrypoint:
6+
[
7+
"/usr/lib/supertokens/jre/bin/java",
8+
"-classpath",
9+
"/usr/lib/supertokens/core/*:/usr/lib/supertokens/plugin-interface/*:/usr/lib/supertokens/ee/*",
10+
"io.supertokens.Main",
11+
"/usr/lib/supertokens/",
12+
"DEV",
13+
"test_mode",
14+
]
1015
ports:
1116
# Uses `$SUPERTOKENS_CORE_PORT` when available, else 3567 for local port
1217
- ${SUPERTOKENS_CORE_PORT:-3567}:3567

lib/build/authUtils.d.ts

Lines changed: 16 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)