Skip to content
#

json-web-token

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 51 public repositories matching this topic...

Angular 16 JWT Authentication example - Token Based Authentication & Role Based Authorization example with HttpOnly Cookie and Rest API

  • Updated Jul 14, 2024
  • TypeScript

Angular 15 JWT Authentication & Authorization with Web API and HttpOnly Cookie - Token Based Auth, Router, Forms, HttpClient, BootstrapBootstrap

  • Updated Apr 1, 2023
  • TypeScript

Aplicação de carteira digital que contém algumas páginas, onde o usuário pode criar um novo usuário, efetuar login, realizar transferências, visualizar e filtrar todas as transações que participou (cash-in\cash-out)

  • Updated Dec 8, 2022
  • TypeScript

JWT-Sem is an educational repository for exploring JSON Web Tokens (JWT) and software security concepts. It includes practical examples and challenges, covering JWT encoding, decoding, signature verification, and simplified RSA operations. The repository also features a web tool with JWT and RSA functionalities to help illustrate these concepts.

  • Updated Feb 19, 2025
  • TypeScript

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

Released May 2015

Followers
104 followers
Website
github.com/topics/jwt
Wikipedia
Wikipedia

Related topics

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