Skip to content

Commit

Permalink
socios oauth fix added cors to call back uri
Browse files Browse the repository at this point in the history
  • Loading branch information
Nick Taras authored and Nick Taras committed Sep 14, 2023
1 parent 9847e43 commit 250d3cb
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions socios-oauth2/public/socios-client-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ const sociosClientConfig = () => {
contract: "0x3506424F91fD33084466F402d5D97f05F8e3b4AF",
oAuth2options: {
consumerKey: "PBK9Mx_ffFRUPHW9BLTxnGHRdywa",
redirectURI: "https://socios-oauth2.tokenscript.org/user-login-callback",
partnerTag: "smarttokenlabs",
returnToApplicationURL: "/index.html",
endpoints: {
Expand All @@ -18,11 +17,11 @@ const sociosClientConfig = () => {
params: {}
},
userBalance: {
path: 'https://socios-oauth2.tokenscript.org/user-login-callback',
path: 'https://socios-oauth2.tokenscript.org/user-balance',
params: {}
},
userNfts: {
path: 'https://socios-oauth2.tokenscript.org/user-login-callback',
path: 'https://socios-oauth2.tokenscript.org/user-nfts',
params: {}
},
}
Expand Down

0 comments on commit 250d3cb

Please sign in to comment.