Skip to content
Snippets Groups Projects

feat(QGis) : ajouter les informations pour utiliser l'API directement quand on clique sur le jeton QGis

Created by: MichaelBitard

Merge request reports

Checking pipeline status.

Approval is optional

Merged by avatar (Aug 14, 2025 2:06am UTC)

Merge details

  • Changes merged into master with 73d686a1 (commits were squashed).
  • Deleted the source branch.

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
153 153 await knex('utilisateurs')
154 154 .update({ qgis_token: bcrypt.hashSync(token, 10) })
155 155 .where('email', user.email)
156 res.send({ token })
156 res.send({ token, url: `https://${user.email.replace('@', '%40')}:${token}@${process.env.API_HOST ?? 'api.camino.beta.gouv.fr'}/titres_qgis` })
Please register or sign in to reply
Loading