William Nolin william
  • Joined on 2021-07-26
william pushed to master at ETS/LOG121_TP01 2022-06-07 21:22:24 -04:00
be21c33755 Remove hardcoded warehouse metadata type
william pushed to master at ETS/LOG121_TP01 2022-06-07 21:07:55 -04:00
704b40ecc9 Add static network
8a0d743e6d Add static network
Compare 2 commits »
william pushed to master at ETS/LOG121_TP01 2022-05-30 10:24:22 -04:00
b5d3a3cad7 Add squelette
william pushed to master at ETS/LOG121_TP01 2022-05-29 11:01:09 -04:00
a2ed695a4a Add configuration parser
william transferred repository william/LOG121_TP01 to ETS/LOG121_TP01 2022-05-28 18:37:09 -04:00
william created branch master in ETS/LOG121_TP01 2022-05-26 16:04:22 -04:00
william pushed to master at ETS/LOG121_TP01 2022-05-26 16:04:22 -04:00
67de8513ea Add model classes
william created repository ETS/LOG121_TP01 2022-05-26 16:03:22 -04:00
69c5d86d45 #30 Generalize group token cookie path to allow the cookie in the group token controller
63e70cd109 #30 Working group token dialog
6b2d7dfa03 #30 Add endpoint to get current group token
d02faf7bce #30 Add tests for jwt logic and group token logic
ed0e5d89d3 #30 Add tests for jwt logic and group token logic
Compare 3 commits »
deee043c66 #30 Start group token dialog
3ff897fc85 #30 Update login to be compatible with backend
Compare 2 commits »
william created branch feature/30-group-authentication in ColorRecipesExplorer/Frontend 2022-05-10 15:25:51 -04:00
24349ae051 Improve AppState
ff8ba46ce2 #30 Disallow log in and authorization from disabled or removed group tokens
531fa252d2 #30 Use a JWS to store the group token id cookie
64349b25e9 #30 Increase JWT security by removing useless information, return useful information in the login response body instead.
william commented on issue ColorRecipesExplorer/Backend#30 2022-04-28 15:09:49 -04:00
More secure default group authentication

The app admin should be able to remove/disable group tokens, which remove the token from a whitelist to prevent jwt tokens already logged in to access the app. The whitelist will be built at start up…

37b597936b #30 Add login from group tokens
william pushed to develop at ColorRecipesExplorer/Database-Manager 2022-04-25 22:06:06 -04:00
ea21e317f0 Add version 7 with group tokens