News

This is the reference implmentation of IETF SD-JWT specification written in TypeScript. It aims to provide a production-ready, robust and secure way to handle JWTs with selective disclosure ...
We’ll start by seeing what the main types of tokens are and the most important use cases. Data token: As the JWT serialized form is compact and easy to integrate in HTTP request JWT are often used as ...
An admin user is used internally to call the REST API that creates new Flarum users. By default, user with ID 1 will be used but this can be customized in the admin settings. The value must be the ...