Removing silent authorization

This commit is contained in:
tomasz 2020-09-04 21:51:58 +02:00
parent e23c194199
commit e3c9225ee1
2 changed files with 41 additions and 1 deletions

40
.gitignore vendored Normal file
View File

@ -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

View File

@ -6,7 +6,7 @@
</head>
<body>
<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>Refresh Token: <%= refresh_token %></p>