Skip to content

Commit

Permalink
docs: update doc
Browse files Browse the repository at this point in the history
  • Loading branch information
adrien2p committed Nov 28, 2023
1 parent 5f5f269 commit bdb8275
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion docs/pages/authentication/auth0.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ The default `verifyCallback` flow looks as follow (unless the `strict` option is
- If none are found, then the customer gets authenticated and can proceed and the metadata gets updated.
- In the case another external authentication method have been used in the past, then an unauthorized
will be returned.
- if the customer trying to authenticate does not exist, a new customer will be created and the authentication
- if the customer trying to authenticate does not exist, a new customer will be created with a randomly generated password and the authentication
flow follow the previous point

### Request only access token in a JSON response
Expand Down
2 changes: 1 addition & 1 deletion docs/pages/authentication/azureoidc.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ The default `verifyCallback` flow looks as follow (unless the `strict` option is
- If none are found, then the customer gets authenticated and can proceed and the metadata gets updated.
- In the case another external authentication method have been used in the past, then an unauthorized
will be returned.
- if the customer trying to authenticate does not exist, a new customer will be created and the authentication
- if the customer trying to authenticate does not exist, a new customer will be created with a randomly generated password and the authentication
flow follow the previous point

### Request only access token in a JSON response
Expand Down
2 changes: 1 addition & 1 deletion docs/pages/authentication/facebook.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ The default `verifyCallback` flow looks as follow (unless the `strict` option is
- If none are found, then the customer gets authenticated and can proceed and the metadata gets updated.
- In the case another external authentication method have been used in the past, then an unauthorized
will be returned.
- if the customer trying to authenticate does not exist, a new customer will be created and the authentication
- if the customer trying to authenticate does not exist, a new customer will be created with a randomly generated password and the authentication
flow follow the previous point

### Request only access token in a JSON response
Expand Down
2 changes: 1 addition & 1 deletion docs/pages/authentication/firebase.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -93,5 +93,5 @@ The default `verifyCallback` flow looks as follow (unless the `strict` option is
- If none are found, then the customer gets authenticated and can proceed and the metadata gets updated.
- In the case another external authentication method have been used in the past, then an unauthorized
will be returned.
- if the customer trying to authenticate does not exist, a new customer will be created and the authentication
- if the customer trying to authenticate does not exist, a new customer will be created with a randomly generated password and the authentication
flow follow the previous point
2 changes: 1 addition & 1 deletion docs/pages/authentication/google.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ The default `verifyCallback` flow looks as follow (unless the `strict` option is
- If none are found, then the customer gets authenticated and can proceed and the metadata gets updated.
- In the case another external authentication method have been used in the past, then an unauthorized
will be returned.
- if the customer trying to authenticate does not exist, a new customer will be created and the authentication
- if the customer trying to authenticate does not exist, a new customer will be created with a randomly generated password and the authentication
flow follow the previous point

### Request only access token in a JSON response
Expand Down
2 changes: 1 addition & 1 deletion docs/pages/authentication/linkedin.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ The default `verifyCallback` flow looks as follow (unless the `strict` option is
- If none are found, then the customer gets authenticated and can proceed and the metadata gets updated.
- In the case another external authentication method have been used in the past, then an unauthorized
will be returned.
- if the customer trying to authenticate does not exist, a new customer will be created and the authentication
- if the customer trying to authenticate does not exist, a new customer will be created with a randomly generated password and the authentication
flow follow the previous point

### Request only access token in a JSON response
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -80,4 +80,4 @@ export function getAuth0AdminAuthRouter(auth0: Auth0Options, configModule: Confi
},
expiresIn: auth0.admin.expiresIn,
});
}
}

1 comment on commit bdb8275

@vercel
Copy link

@vercel vercel bot commented on bdb8275 Nov 28, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

medusa-plugins – ./

medusa-plugins.vercel.app
medusa-plugins-adrien2p.vercel.app
medusa-plugins-git-main-adrien2p.vercel.app

Please sign in to comment.