issues
search
walkable-server
/
walkable
A Clojure(script) SQL library for building APIs: Datomic® (GraphQL-ish) pull syntax, data driven configuration, dynamic filtering with relations in mind
https://walkable.gitlab.io/
Eclipse Public License 2.0
445
stars
15
forks
source link
blacklist keywords dynamically
#157
Open
myguidingstar
opened
5 years ago
myguidingstar
commented
5 years ago
column keywords should be allowed/disallowed on a user basis, instead of just everything mentioned in
:true-columns
:walkble/blacklisted-keywords
is an
env
key that is injected by request handler, usually different for each user
blacklisted keywords can be used directly by pseudo columns, but not directly in queries or filters
:true-columns
:walkble/blacklisted-keywords
is anenv
key that is injected by request handler, usually different for each user