scitokens / scitokens-cpp

A C++ implementation of the SciTokens library with a C library interface
Apache License 2.0
5 stars 22 forks source link

Configuration API should allow cache location management #118

Open bbockelm opened 1 year ago

bbockelm commented 1 year ago

When the scitokens library is embedded in a daemon (xrootd, condor), the daemon often will know better than the library about where to place the cache.

Let's extend the cache API to take a new key, specifying the location of the SQLite cache.

jhiemstrawisc commented 1 year ago

See PR #120