An open API service indexing awesome lists of open source software.

https://github.com/opencomponents/oc-plugin-jwt-examples


https://github.com/opencomponents/oc-plugin-jwt-examples

Last synced: 11 months ago
JSON representation

Awesome Lists containing this project

README

          

# Example JWT Token Generation for OC-Plugin-JWT
These samples are to illustrate how to generate a signed JSON web token using a public private key pair.

In production private keys & paraphrases should be more securely stored.

## Platforms
* [C# .NET Core 2.0](csharp-dotnetcore)
* [Java](java)
* [NodeJS](nodejs)