Skip to content

Commit e66735d

Browse files
authored
Merge pull request #865 from supertokens/chore/rename-microservice-auth
Chore/rename microservice auth
2 parents 5f6945d + 60d5b38 commit e66735d

File tree

3 files changed

+4
-6
lines changed

3 files changed

+4
-6
lines changed

v2/src/components/recipeBoxes/guides.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
"path": "/docs/mfa/introduction"
5050
},
5151
{
52-
"title": "Microservice Authentication",
52+
"title": "M2M Auth",
5353
"icon": "micro",
5454
"path": "/docs/microservice_auth/introduction"
5555
},

v2/src/plugins/codeTypeChecking/jsEnv/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
"socketio": "^1.0.0",
6060
"supertokens-auth-react": "github:supertokens/supertokens-auth-react#0.48",
6161
"supertokens-auth-react-script": "github:supertokens/supertokens-auth-react#0.48",
62-
"supertokens-node": "github:supertokens/supertokens-node#feat/add_clientId_secret_and_refreshTokenRotation_settings",
62+
"supertokens-node": "github:supertokens/supertokens-node#21.0",
6363
"supertokens-node7": "npm:[email protected]",
6464
"supertokens-react-native": "^5.0.0",
6565
"supertokens-web-js": "github:supertokens/supertokens-web-js#0.14",

v2/src/theme/NavbarItem/recipeSelector.js

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ export default function RecipeSelector(props) {
3333
case "mfa":
3434
return "Multi factor auth";
3535
case "microservice_auth":
36-
return "Microservice Authentication";
36+
return "M2M Auth";
3737
case "userdashboard":
3838
return "User Management Dashboard";
3939
case "multitenancy":
@@ -176,9 +176,7 @@ export default function RecipeSelector(props) {
176176
active: activeSelector("microservice_auth"),
177177
})}
178178
>
179-
<a href="/docs/microservice_auth/introduction">
180-
Microservice Authentication
181-
</a>
179+
<a href="/docs/microservice_auth/introduction">M2M Auth</a>
182180
</li>
183181
<li
184182
className={clsx("recipe_selector__menu__add_ons_items", {

0 commit comments

Comments
 (0)