Skip to content
#

jwt-tokens

JSON Web Token (JWT) is a compact, URL-safe means of representing claims to be transferred between two parties. The claims in a JWT are encoded as a JSON object that is used as the payload of a JSON Web Signature (JWS) structure or as the plaintext of a JSON Web Encryption (JWE) structure, enabling the claims to be digitally signed or integrity protected with a Message Authentication Code (MAC) and/or encrypted.

Here are 45 public repositories matching this topic...

In this article, you'll learn how to build CRUD RESTful API with Node.js, ExpressJs, TypeORM, and PostgreSQL. We will define the database schema with TypeORM and run the migration command to push the TypeORM schema to the database. Next, we will create higher-level CRUD function to perform the CRUD operations.

  • Updated Oct 15, 2022
  • TypeScript
moving-objects-service-root

The goal of this mini-project is to introduce you to two important monitoring tools in the software landscape These are prometheus and grafana. In this project you will find implementations using micrometer and a store for metrics

  • Updated Nov 19, 2024
  • TypeScript
AWS-Email-Queue_and_Task-Queue_Server

This server handles email queuing and delivery using AWS SES, and also supports task scheduling with expiration notifications. It allows you to manage email send rates, templates, and attachments. The task queue API stores tasks with expiration dates, notifying your server when tasks expire.

  • Updated Oct 29, 2024
  • TypeScript

Created by M. Jones, J. Bradley, N. Sakimura

Released May 2015

Followers
92 followers
Website
www.rfc-editor.org/info/rfc7519
Wikipedia
Wikipedia

Related Topics

jwe jwk jwks jwkset jws jwt-bearer-tokens jwt-claims jwt-client jwt-server message-authentication-code