File tree Expand file tree Collapse file tree 3 files changed +4
-6
lines changed
plugins/codeTypeChecking/jsEnv Expand file tree Collapse file tree 3 files changed +4
-6
lines changed Original file line number Diff line number Diff line change 49
49
"path" : " /docs/mfa/introduction"
50
50
},
51
51
{
52
- "title" : " Microservice Authentication " ,
52
+ "title" : " M2M Auth " ,
53
53
"icon" : " micro" ,
54
54
"path" : " /docs/microservice_auth/introduction"
55
55
},
Original file line number Diff line number Diff line change 59
59
"socketio" : " ^1.0.0" ,
60
60
"supertokens-auth-react" : " github:supertokens/supertokens-auth-react#0.48" ,
61
61
"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 " ,
63
63
"supertokens-node7" :
" npm:[email protected] " ,
64
64
"supertokens-react-native" : " ^5.0.0" ,
65
65
"supertokens-web-js" : " github:supertokens/supertokens-web-js#0.14" ,
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ export default function RecipeSelector(props) {
33
33
case "mfa" :
34
34
return "Multi factor auth" ;
35
35
case "microservice_auth" :
36
- return "Microservice Authentication " ;
36
+ return "M2M Auth " ;
37
37
case "userdashboard" :
38
38
return "User Management Dashboard" ;
39
39
case "multitenancy" :
@@ -176,9 +176,7 @@ export default function RecipeSelector(props) {
176
176
active : activeSelector ( "microservice_auth" ) ,
177
177
} ) }
178
178
>
179
- < a href = "/docs/microservice_auth/introduction" >
180
- Microservice Authentication
181
- </ a >
179
+ < a href = "/docs/microservice_auth/introduction" > M2M Auth</ a >
182
180
</ li >
183
181
< li
184
182
className = { clsx ( "recipe_selector__menu__add_ons_items" , {
You can’t perform that action at this time.
0 commit comments