Pakket: libjson-webtoken-perl (0.10-2)
Verwijzigingen voor libjson-webtoken-perl
Debian bronnen:
Het bronpakket libjson-webtoken-perl downloaden:
- [libjson-webtoken-perl_0.10-2.dsc]
- [libjson-webtoken-perl_0.10.orig.tar.gz]
- [libjson-webtoken-perl_0.10-2.debian.tar.xz]
Beheerders:
Externe bronnen:
- Homepage [github.com]
Vergelijkbare pakketten:
JSON Web Token (JWT) implementation
JSON::WebToken is an implementation of JSON Web Token (JWT) for Perl.
JSON Web Token is a JSON-based open standard for passing claims between parties in web application environment. The tokens are designed to be compact, URL-safe and usable especially in web browser single sign-on context. JWT claims can be typically used to pass identity of authenticated users between an identity provider and a service provider, or any other type of claims as required by business processes. The tokens can also be authenticated and encrypted.
Andere aan libjson-webtoken-perl gerelateerde pakketten
|
|
|
|
-
- dep: libjson-perl
- module for manipulating JSON-formatted data
-
- dep: libmodule-runtime-perl
- Perl module for runtime module handling
-
- dep: perl
- Larry Wall's Practical Extraction and Report Language
-
- rec: libcrypt-openssl-rsa-perl
- module for RSA encryption using OpenSSL