Skip to content

Commit

Permalink
docs: update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
adrien2p authored Nov 4, 2022
1 parent 8d17c2a commit 021d06a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/medusa-plugin-auth/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ Then, in your medusa config plugins collection you can add the following configu
callbackUrl:`${process.env.BACKEND_URL}/store/auth/google/cb`,
failureRedirect: `${process.env.STORE_URL}/login`,
successRedirect: `${process.env.STORE_URL}/`,
authPath: "/store/auth/google/cb",
authPath: "/store/auth/google",
authCallbackPath: "/store/auth/google/cb",

expiresIn: "30d"
Expand Down Expand Up @@ -101,4 +101,4 @@ Coming soon

### Microsoft

Coming soon
Coming soon

0 comments on commit 021d06a

Please sign in to comment.