Skip to content

Commit

Permalink
Merge pull request #736 from supertokens/next-refactor
Browse files Browse the repository at this point in the history
Add framework custom for next app dir
  • Loading branch information
rishabhpoddar authored Nov 3, 2023
2 parents 9bd85d4 + 1cc3cfc commit 11d862d
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion v2/emailpassword/nextjs/app-directory/init.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ import { TypeInput } from "supertokens-node/types";

export const backendConfig = (): TypeInput => {
return {
framework: "express",
framework: "custom",
supertokens: {
^{coreInjector_connection_uri_comment}
connectionURI: ^{coreInjector_uri}
Expand Down
2 changes: 1 addition & 1 deletion v2/passwordless/nextjs/app-directory/init.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ import { TypeInput } from "supertokens-node/types";

export const backendConfig = (): TypeInput => {
return {
framework: "express",
framework: "custom",
supertokens: {
^{coreInjector_connection_uri_comment}
connectionURI: ^{coreInjector_uri}
Expand Down
2 changes: 1 addition & 1 deletion v2/thirdparty/nextjs/app-directory/init.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ import { TypeInput } from "supertokens-node/types";

export const backendConfig = (): TypeInput => {
return {
framework: "express",
framework: "custom",
supertokens: {
^{coreInjector_connection_uri_comment}
connectionURI: ^{coreInjector_uri}
Expand Down
2 changes: 1 addition & 1 deletion v2/thirdpartyemailpassword/nextjs/app-directory/init.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ import { TypeInput } from "supertokens-node/types";

export const backendConfig = (): TypeInput => {
return {
framework: "express",
framework: "custom",
supertokens: {
^{coreInjector_connection_uri_comment}
connectionURI: ^{coreInjector_uri}
Expand Down
2 changes: 1 addition & 1 deletion v2/thirdpartypasswordless/nextjs/app-directory/init.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ import { TypeInput } from "supertokens-node/types";

export const backendConfig = (): TypeInput => {
return {
framework: "express",
framework: "custom",
supertokens: {
^{coreInjector_connection_uri_comment}
connectionURI: ^{coreInjector_uri}
Expand Down

0 comments on commit 11d862d

Please sign in to comment.