castonetwork / dtube

:tv: DTube App
https://d.tube
GNU General Public License v3.0
0 stars 0 forks source link

로그인 후 d.tube로 이동하는 현상 #1

Closed acidsound closed 6 years ago

acidsound commented 6 years ago

client/app.js 중

  // init steem connect
  var sc2 = sc2sdk.Initialize({
    app: 'dtube.app',
    callbackURL: 'https://d.tube/#!/sc2login',
    accessToken: 'access_token'
  });

이 부분이 하드코드 되어있음. sc2sdk 관련 steem 앱을 등록해야하는지 여부를 알아봐야함

acidsound commented 6 years ago

image 3 steem 환전 후 https://v2.steemconnect.com/apps/create 에서 ctube.app 생성

acidsound commented 6 years ago

783162f19e7846256bb7e1810e8be947468b7217 location.origin 사용하는 것으로 변경