Florian THIERRY - Takiguchi florian
  • Joined on 2019-08-21
florian pushed to design-system at florian/codiki-hexagonal 2024-10-21 15:51:01 +02:00
3b4003ff01 Change version number.
d12425d90a Code cleanning.
370ac7d814 Add ripple everywhere.
f13fc79d92 Misc changes about form inputs.
0bec920670 Factorization of input styling.
Compare 6 commits »
florian created branch design-system in florian/codiki-hexagonal 2024-10-21 15:51:01 +02:00
florian pushed to main at florian/codiki-hexagonal 2024-10-15 16:12:03 +02:00
882ffe7094 Several changes about token refreshing.
136771ab60 Add i18n missing translation.
Compare 2 commits »
florian commented on issue florian/codiki-hexagonal#3 2024-10-15 08:27:57 +02:00
Make access to login route impossible if user is already authenticated

Fixed by commit 3865c26397.

florian closed issue florian/codiki-hexagonal#3 2024-10-15 08:27:57 +02:00
Make access to login route impossible if user is already authenticated
florian closed issue florian/codiki-hexagonal#4 2024-10-15 08:27:41 +02:00
Make access to sign-in route impossible if user is already authenticated
florian commented on issue florian/codiki-hexagonal#4 2024-10-15 08:27:41 +02:00
Make access to sign-in route impossible if user is already authenticated

Fixed by commit 3865c26397.

florian pushed to main at florian/codiki-hexagonal 2024-10-15 08:26:47 +02:00
3865c26397 Merge pull request 'Add a guard to deny access for some routes.' (#6) from already-auth-guard into main
26a217cd50 Add a guard to deny access for some routes.
Compare 2 commits »
florian deleted branch already-auth-guard from florian/codiki-hexagonal 2024-10-15 08:26:47 +02:00
florian merged pull request florian/codiki-hexagonal#6 2024-10-15 08:26:46 +02:00
Add a guard to deny access for some routes.
florian created pull request florian/codiki-hexagonal#6 2024-10-15 08:26:22 +02:00
Add a guard to deny access for some routes.
florian pushed to already-auth-guard at florian/codiki-hexagonal 2024-10-15 08:25:53 +02:00
26a217cd50 Add a guard to deny access for some routes.
florian created branch already-auth-guard in florian/codiki-hexagonal 2024-10-15 08:25:53 +02:00
florian opened issue florian/codiki-hexagonal#5 2024-10-14 15:12:28 +02:00
Fix JWT expiration date checking.
florian opened issue florian/codiki-hexagonal#4 2024-10-14 15:07:56 +02:00
Make access to sign-in route impossible if user is already authenticated
florian opened issue florian/codiki-hexagonal#3 2024-10-14 15:05:43 +02:00
Make access to login route impossible if user is already authenticated
florian commented on issue florian/codiki-hexagonal#2 2024-10-14 15:01:58 +02:00
en quoi c'est une exception d'avoir une liste vide ici ?

C'est juste un artifice technique permettant de convertir la réponse en une erreur 404 NOT_FOUND.

L'exception NoPublicationSearchResultException est enregistrée dans un exception handler…

florian pushed to trafic-logging at florian/codiki-hexagonal 2024-09-26 10:38:56 +02:00
dee473fe46 Add interceptor to inject correlation id in http requests.
florian pushed to trafic-logging at florian/codiki-hexagonal 2024-09-26 10:21:25 +02:00
5647a5a959 Implementation of jpa saving for traffic traces.
florian pushed to trafic-logging at florian/codiki-hexagonal 2024-09-25 21:30:31 +02:00
c817371a15 Add skeletton to save traces.