Skip to content
#

jwt-authentication

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 12,635 public repositories matching this topic...

DncZeus is based on NET 7+Vue.js (iview admin) is a general background authority (page access, operation button control) management system framework that separates the front and rear ends. Back end use NET 7+EF Core, and the UI is the current popular iView (iview admin) based on Vue.js. The project has realized the dynamic permission management and control of the front and rear ends and the user token authentication mechanism based on JWT, making the interaction between the front and rear ends more smooth. Code cloud image: https://gitee.com/rector/DncZeus Demo address:

  • Updated Sep 27, 2023
  • C#

This is a basic API REST skeleton written on JavaScript using async/await. Great for building a starter web API for your front-end (Android, iOS, Vue, react, angular, or anything that can consume an API). Demo of frontend in VueJS here: https://github.com/davellanedam/vue-skeleton-mvp

  • Updated Jul 22, 2023
  • JavaScript

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

Released May 2015

Followers
87 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