florianbrede-ayet / retropilot-server

replacement for comma.ai backend and useradmin dashboard. comes bundled with a modified cabana instance for seamless drive reviewing.
MIT License
45 stars 37 forks source link

Implementing ORM, JWT for sessions, pair w/o imei #10

Open AdamsBlack opened 3 years ago

AdamsBlack commented 3 years ago

Moved logic out of routes, moving SQL queries from direct SQL to Sequelize ORM. Sessions are now stored as a JWT, future expansion will allow users to invaldiate previous sessions.