The https://demo.scitokens.org/ site is an out-of-date clone of https://jwt.io/ that is customized to implement SciTokens Claims and SciTokens Verification. The source is https://github.com/scitokens/scitokens-heroku which is a fork of https://github.com/jsonwebtoken/jsonwebtoken.github.io.
Tasks include:
- Merge in the latest code from https://github.com/jsonwebtoken/jsonwebtoken.github.io.
- Add support for additional "Algorithm" values from https://jwt.io/.
- Add support for additional verification checks (e.g., "iss check" and "typ check") from https://jwt.io/.
I think it's all in Javascript.
The https://demo.scitokens.org/ site is an out-of-date clone of https://jwt.io/ that is customized to implement SciTokens Claims and SciTokens Verification. The source is https://github.com/scitokens/scitokens-heroku which is a fork of https://github.com/jsonwebtoken/jsonwebtoken.github.io.
Tasks include:
I think it's all in Javascript.