24/12/13

  • Style and clean in plugin code

  • Setup local database in docker compose API

  • Refacto API to handle websocket

  • Implement login middleware

  • Implement protected routes system

  • Implement Register route

  • Implement Connection route

  • Protect TakeDecision route

  • Implement JWT Checker

  • Implement Disconnect route

TODO:

  • Add usr in token dictionnary: pkg/tokenStore.go

  • Remove it on disconnect

  • Add middleware to check if user is actually in dictionnary

  • Compartiment websocket / http

Last updated