I think in order for the workflow to be smoother we should have some API endpoints on ldspdi that:
- reloads everything from auth0
- reloads the information about one specific user from auth0 (and not every user)
Also, by doing that we could also:
- when the library looks at a token and sees a auth id that's not in the database, it could just update this user id and update the model of ldspdi, then pushing it on fuseki
- when the library loads it would just load the model on fuseki without going through auth0 (maybe that's the case already?)
with that system we don't depend on the auth0 api so much
I think in order for the workflow to be smoother we should have some API endpoints on ldspdi that:
Also, by doing that we could also:
with that system we don't depend on the auth0 api so much