spherulitic / xerafin3

Xerafin Word Study System
1 stars 0 forks source link

Update stats to get name, photo, frstName, lastName from keycloak #96

Closed spherulitic closed 1 year ago

spherulitic commented 1 year ago

This will update all the queries in the stats module to remove joins to the login table, which will no longer be used.

EDIT: also removing joins to the user_prefs table

Data elements pulled from the login table include name, photo, lastName, firstName -- these will come in the keycloak token.

Blocked by #95