Skip to content

Releases: scitokens/scitokens-cpp

Add get interface for token expiration

01 May 18:22
ada0c1e

Choose a tag to compare

With this, library users can now query when the token will expire.

Additionally, fixes the constness of one of the function methods.

Implement remaining API

22 Apr 03:21
a893f27

Choose a tag to compare

The initial release left out a significant API implementation, get_claim_string, which returns the claim's value as a string. Without this, introspecting tokens is quite difficult!

This also includes the code necessary for building the library on Mac OS X.

Light-of-day SciTokens C++ Release!

03 Jan 03:35
a79daaf

Choose a tag to compare

v0.1.0 celebrates the very first version of the SciTokens C++ library worth seeing the light of day.

It features most of the same concepts as the Python library - the SciToken, the Validator, and the Enforcer. This should be worth a look from anyone previously embedding the Python library into a C or C++ application (the library actually exports a C-linkage API, even though the implementation is in C++).

As it's not a "1.0" release, don't be awfully surprised to find things like memory leaks, bugs, or crashes. Bug reports are always appreciated -- and pull requests even more!