Removing silent authorization
This commit is contained in:
parent
e23c194199
commit
e3c9225ee1
|
@ -0,0 +1,40 @@
|
||||||
|
# Editor directories and files
|
||||||
|
.idea
|
||||||
|
.vscode
|
||||||
|
*.suo
|
||||||
|
*.ntvs*
|
||||||
|
*.njsproj
|
||||||
|
*.sln
|
||||||
|
*.sw*
|
||||||
|
*.iml
|
||||||
|
.idea
|
||||||
|
|
||||||
|
# OSX DS_Store
|
||||||
|
.DS_Store
|
||||||
|
|
||||||
|
# Local env files
|
||||||
|
.env.local
|
||||||
|
.env.*.local
|
||||||
|
allegroLimitTest.js
|
||||||
|
|
||||||
|
# Compiled files
|
||||||
|
node_modules
|
||||||
|
/dist
|
||||||
|
|
||||||
|
# Node
|
||||||
|
node_modules
|
||||||
|
|
||||||
|
# Realtime CMS
|
||||||
|
*/service.json
|
||||||
|
|
||||||
|
# System generated files
|
||||||
|
.DS_Store
|
||||||
|
|
||||||
|
# Log files
|
||||||
|
npm-debug.log*
|
||||||
|
yarn-debug.log*
|
||||||
|
yarn-error.log*
|
||||||
|
|
||||||
|
storage
|
||||||
|
|
||||||
|
.vagrant
|
|
@ -6,7 +6,7 @@
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<h1>Click below link to get tokens</h1>
|
<h1>Click below link to get tokens</h1>
|
||||||
<a href="https://allegro.pl/auth/oauth/authorize?response_type=code&client_id=a9c8b58fa80e4daeb81ddcc342a0820d&redirect_uri=https://dropshipping.xaos.ninja&prompt=none">Get allegro tokens</a>
|
<a href="https://allegro.pl/auth/oauth/authorize?response_type=code&client_id=a9c8b58fa80e4daeb81ddcc342a0820d&redirect_uri=https://dropshipping.xaos.ninja">Get allegro tokens</a>
|
||||||
|
|
||||||
<P>Access Token: <%= access_token %></p>
|
<P>Access Token: <%= access_token %></p>
|
||||||
<P>Refresh Token: <%= refresh_token %></p>
|
<P>Refresh Token: <%= refresh_token %></p>
|
||||||
|
|
Loading…
Reference in New Issue