-
Notifications
You must be signed in to change notification settings - Fork 12
Branca in .NET
Scott Brady edited this page Sep 11, 2020
·
7 revisions
Branca is a simple token format for private systems. Tokens are protected using XChaCha20-Poly1305 for authenticated encryption and serialized using base62.
This library offers two ways to create Branca tokens in .NET, either by using basic, string-based payloads, or by using JWT-style payloads and validation using Microsoft.IdentityModel.
To read more about Branca tokens, check out:
TODO
TODO