This is an automated email from the git hooks/post-receive script. New change to branch bow-v2-go in repository bow. See https://gitlab.nuiton.org/chorem/bow.git from 873d8b3 amelioration header (login + logout) ajout d'un cookie avec les infos de l'utilisateur pour le front ('bow-user') ajout d'un service $store pour l'accès au localStorage/cookie new bd0c241 refactoring du token JWT pour stocker de l'info necessaire au serveur utilisation d'un BowUser pas seulement de son ID utilisation de query partout ou c'est possible exclusion des route 'auth' du check d'authentification The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference. Detailed log of new commits: commit bd0c241eb386a47121cc8070fae09f46c62f356d Author: Benjamin <poussin@codelutin.com> Date: Thu Apr 16 01:29:20 2020 +0200 refactoring du token JWT pour stocker de l'info necessaire au serveur utilisation d'un BowUser pas seulement de son ID utilisation de query partout ou c'est possible exclusion des route 'auth' du check d'authentification Summary of changes: pkg/constant/const.go | 18 +++-- pkg/http/bookmarkResource.go | 12 +-- pkg/http/router.go | 45 +++++++---- pkg/http/userResource.go | 45 ++++++----- pkg/repository/bookmarkRepository.go | 40 ++++----- pkg/repository/database.go | 39 ++++----- pkg/repository/userRepository.go | 152 ++++++++++++++++------------------- pkg/utils/error.go | 20 ++--- pkg/utils/jwt.go | 49 ++++++++--- pkg/utils/jwt_test.go | 21 +++++ 10 files changed, 250 insertions(+), 191 deletions(-) create mode 100644 pkg/utils/jwt_test.go -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.