Update redirect url
All checks were successful
Build and Push to Registry / build-and-push (push) Successful in 28s
All checks were successful
Build and Push to Registry / build-and-push (push) Successful in 28s
This commit is contained in:
parent
34c0b9b2cd
commit
e3d0764932
@ -27,7 +27,7 @@ app.post('/api/v1/idnot/user/:code', async (req, res) => {
|
|||||||
const params = {
|
const params = {
|
||||||
client_id: 'B3CE56353EDB15A9',
|
client_id: 'B3CE56353EDB15A9',
|
||||||
client_secret: '3F733549E879878344B6C949B366BB5CDBB2DB5B7F7AB7EBBEBB0F0DD0776D1C',
|
client_secret: '3F733549E879878344B6C949B366BB5CDBB2DB5B7F7AB7EBBEBB0F0DD0776D1C',
|
||||||
redirect_uri: 'http://lecoffre-front:3000/authorized-client',
|
redirect_uri: 'http://local.lecoffreio.4nkweb:3000/authorized-client',
|
||||||
grant_type: 'authorization_code',
|
grant_type: 'authorization_code',
|
||||||
code: code
|
code: code
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user