traccar / traccar-web

Traccar GPS Tracking System
https://www.traccar.org
Apache License 2.0
793 stars 1.1k forks source link

Frontend changes for OIDC #1092

Closed dan-r closed 1 year ago

dan-r commented 1 year ago

Main description in https://github.com/traccar/traccar/pull/5057

dan-r commented 1 year ago

Right, those changes should match up with the backend ones now. I've done a full page loading for when force is set, and taken out the additional string - saves one more translation!

tananaev commented 1 year ago

This looks great, thanks. I'll merge once we finish with the backend PR.

tananaev commented 2 weeks ago

@dan-r looks like there a problem with push notifications and login token. Basically OIDC login bypasses all the logic we have in the web app for a normal login. Would you be able to work on a fix?