building-envelope-data / database

Reference implementation of a product data server as part of the product data network buildingenvelopedata.org
MIT License
0 stars 0 forks source link

Allow specific users registered in the metabase to add data #15

Open simon-wacker opened 2 years ago

simon-wacker commented 2 years ago

Use the OpenID Connect endpoint from the metabase to authenticate users and store additional information about those users in the database.

simon-wacker commented 1 year ago

Resolved in https://github.com/building-envelope-data/database/pull/45/commits/2df895627bec795dba8369002cb0e56578868e85 which is a commit in #45

simon-wacker commented 1 year ago

Only partly resolved by the commit mentioned above. In it we store users in the database that are authenticated through the metabase. But we do not use this information yet to authorize database mutations.