Skip to content

Commit

Permalink
Merge pull request #253 from TokenScript/feature/socios-oauth2
Browse files Browse the repository at this point in the history
updated the callback uri and api endpoints to staging env
  • Loading branch information
nicktaras authored Sep 13, 2023
2 parents ca50280 + 89d18eb commit 9e309e8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions socios-oauth2/public/socios-client-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,20 +9,20 @@ const sociosClientConfig = () => {
contract: "0x3506424F91fD33084466F402d5D97f05F8e3b4AF",
oAuth2options: {
consumerKey: "PBK9Mx_ffFRUPHW9BLTxnGHRdywa",
redirectURI: "http://localhost:5000/user-login-callback",
redirectURI: "https://socios-oauth2.tokenscript.org/user-login-callback",
partnerTag: "smarttokenlabs",
returnToApplicationURL: "/index.html",
endpoints: {
redirectURI: {
path: "http://localhost:5000/user-login-callback",
path: "https://socios-oauth2.tokenscript.org/user-login-callback",
params: {}
},
userBalance: {
path: 'http://localhost:5000/user-balance',
path: 'https://socios-oauth2.tokenscript.org/user-login-callback',
params: {}
},
userNfts: {
path: 'http://localhost:5000/user-nfts',
path: 'https://socios-oauth2.tokenscript.org/user-login-callback',
params: {}
},
}
Expand Down

0 comments on commit 9e309e8

Please sign in to comment.