https://github.com/d-plaindoux/jwtks
A Rust library for JWT and JWKS support
https://github.com/d-plaindoux/jwtks
Last synced: over 1 year ago
JSON representation
A Rust library for JWT and JWKS support
- Host: GitHub
- URL: https://github.com/d-plaindoux/jwtks
- Owner: d-plaindoux
- License: apache-2.0
- Created: 2018-09-14T04:15:20.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-12-11T07:35:23.000Z (over 7 years ago)
- Last Synced: 2025-02-07T18:14:36.219Z (over 1 year ago)
- Language: Rust
- Size: 30.3 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# JWTKS (/dʒɒtkeɪs/)
[](https://travis-ci.org/d-plaindoux/jwtks)
[](http://github.com/badges/stability-badges)
A [Rust](https://www.rust-lang.org/en-US/) library for [JWT](https://tools.ietf.org/html/rfc7519) and [JWKS](https://tools.ietf.org/html/rfc7517) support.
# JSON Web Token
"JSON Web Token (JWT) is a compact, URL-safe means of representing claims to be transferred between two parties."
# JSON Web Key
"A JSON Web Key (JWK) is a JavaScript Object Notation (JSON) data structure that represents a cryptographic key."
# License
Copyright 2018 D. Plaindoux.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.