Skip to content

Commit

Permalink
Merge pull request #865 from supertokens/chore/rename-microservice-auth
Browse files Browse the repository at this point in the history
Chore/rename microservice auth
  • Loading branch information
bcbogdan authored Oct 28, 2024
2 parents 5f6945d + 60d5b38 commit e66735d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 6 deletions.
2 changes: 1 addition & 1 deletion v2/src/components/recipeBoxes/guides.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"path": "/docs/mfa/introduction"
},
{
"title": "Microservice Authentication",
"title": "M2M Auth",
"icon": "micro",
"path": "/docs/microservice_auth/introduction"
},
Expand Down
2 changes: 1 addition & 1 deletion v2/src/plugins/codeTypeChecking/jsEnv/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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:[email protected]",
"supertokens-react-native": "^5.0.0",
"supertokens-web-js": "github:supertokens/supertokens-web-js#0.14",
Expand Down
6 changes: 2 additions & 4 deletions v2/src/theme/NavbarItem/recipeSelector.js
Original file line number Diff line number Diff line change
Expand Up @@ -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":
Expand Down Expand Up @@ -176,9 +176,7 @@ export default function RecipeSelector(props) {
active: activeSelector("microservice_auth"),
})}
>
<a href="/docs/microservice_auth/introduction">
Microservice Authentication
</a>
<a href="/docs/microservice_auth/introduction">M2M Auth</a>
</li>
<li
className={clsx("recipe_selector__menu__add_ons_items", {
Expand Down

0 comments on commit e66735d

Please sign in to comment.