Update redirect url
All checks were successful
Build and Push to Registry / build-and-push (push) Successful in 28s

This commit is contained in:
omaroughriss 2025-07-03 10:02:25 +02:00
parent 34c0b9b2cd
commit e3d0764932

View File

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