-
-
Notifications
You must be signed in to change notification settings - Fork 381
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SSO: store extra user information in the home database #752
Comments
Also it might be interesting to expose the |
This may overlap somewhat with the grist-core/app/gen-server/entity/User.ts Lines 52 to 53 in e8789e6
Which so far stores this kind of information: grist-core/app/common/UserAPI.ts Lines 167 to 178 in e8789e6
Maybe you could carve out an area within it for what you want? |
Started working on this (timeboxed), I could add the extra info ( |
I start this discussion, with the hope to get some feedback.
At the ANCT, we would like to store some extra user information in the database, with the aim to detect through queries some illegitimate users who use our instance and remove access a posteriori.
We have thought of introducing some
extra
column in theusers
table which would just store JSON objects. The properties to store in theextra
object could be defined in the environment variable (that could be crucial for admins so they comply with the GDPR if they have to).The text was updated successfully, but these errors were encountered: