mirror of
https://github.com/ecency/ecency-mobile.git
synced 2025-01-01 18:23:02 +03:00
steemconnect options
This commit is contained in:
parent
b2f4d2bfb1
commit
89aa175914
6
src/screens/steem-connect/config.js
Normal file
6
src/screens/steem-connect/config.js
Normal file
@ -0,0 +1,6 @@
|
||||
export const steemConnectOptions = {
|
||||
base_url: "https://steemconnect.com/oauth2/authorize",
|
||||
client_id: "esteem-app",
|
||||
redirect_uri: "http%3A%2F%2F127.0.0.1%3A3415%2F", // http://127.0.0.1:3415
|
||||
scope: "vote%2Ccomment%2Cdelete_comment%2Ccomment_options%2Ccustom_json%2Cclaim_reward_balance"
|
||||
};
|
Loading…
Reference in New Issue
Block a user