https://github.com/opencomponents/oc-plugin-jwt-examples
https://github.com/opencomponents/oc-plugin-jwt-examples
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/opencomponents/oc-plugin-jwt-examples
- Owner: opencomponents
- License: mit
- Created: 2018-02-27T12:28:22.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-02-27T12:41:36.000Z (almost 8 years ago)
- Last Synced: 2025-01-22T07:37:57.098Z (about 1 year ago)
- Language: Java
- Size: 11.7 KB
- Stars: 1
- Watchers: 15
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
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)