yetanalytics / lrsql

A SQL-based Learning Record Store
https://www.sqllrs.com
Apache License 2.0
91 stars 17 forks source link

Are retrieved statements filtered to the API key that created them? #370

Closed ivoloshin closed 9 months ago

ivoloshin commented 9 months ago

In other LRSs, such as Learning Locker, when creating an API key, it creates an "application" and all statements are then scoped to that application. Is this not the same in this LRS and all API keys share read/write to all statements?

ivoloshin commented 9 months ago

Never mind, I see there's a statements/read/mine permission to do this.