diff --git a/v2/src/components/recipeBoxes/guides.json b/v2/src/components/recipeBoxes/guides.json index 02a3f73b9..b57902cc5 100644 --- a/v2/src/components/recipeBoxes/guides.json +++ b/v2/src/components/recipeBoxes/guides.json @@ -49,7 +49,7 @@ "path": "/docs/mfa/introduction" }, { - "title": "Microservice Authentication", + "title": "M2M Auth", "icon": "micro", "path": "/docs/microservice_auth/introduction" }, diff --git a/v2/src/plugins/codeTypeChecking/jsEnv/package.json b/v2/src/plugins/codeTypeChecking/jsEnv/package.json index 65a40e418..4a9b250e5 100644 --- a/v2/src/plugins/codeTypeChecking/jsEnv/package.json +++ b/v2/src/plugins/codeTypeChecking/jsEnv/package.json @@ -59,7 +59,7 @@ "socketio": "^1.0.0", "supertokens-auth-react": "github:supertokens/supertokens-auth-react#0.48", "supertokens-auth-react-script": "github:supertokens/supertokens-auth-react#0.48", - "supertokens-node": "github:supertokens/supertokens-node#feat/add_clientId_secret_and_refreshTokenRotation_settings", + "supertokens-node": "github:supertokens/supertokens-node#21.0", "supertokens-node7": "npm:supertokens-node@7.3", "supertokens-react-native": "^5.0.0", "supertokens-web-js": "github:supertokens/supertokens-web-js#0.14", diff --git a/v2/src/theme/NavbarItem/recipeSelector.js b/v2/src/theme/NavbarItem/recipeSelector.js index 277a6b3c2..c3bb84516 100644 --- a/v2/src/theme/NavbarItem/recipeSelector.js +++ b/v2/src/theme/NavbarItem/recipeSelector.js @@ -33,7 +33,7 @@ export default function RecipeSelector(props) { case "mfa": return "Multi factor auth"; case "microservice_auth": - return "Microservice Authentication"; + return "M2M Auth"; case "userdashboard": return "User Management Dashboard"; case "multitenancy": @@ -176,9 +176,7 @@ export default function RecipeSelector(props) { active: activeSelector("microservice_auth"), })} > - - Microservice Authentication - + M2M Auth