workers-jwt
JWT generator
Generates JSON Web Tokens using the Cloudflare Workers platform and WebCrypto API.
Generate JWTs on Cloudflare Workers using the WebCrypto API
95 stars
2 watching
9 forks
Language: JavaScript
last commit: 2 months ago
Linked from 1 awesome list
cloudflarecloudflare-workersjwtwebcryptoworkers
Related projects:
Repository | Description | Stars |
---|---|---|
jwt-scala/jwt-scala | A library providing JSON Web Token (JWT) support in Scala, allowing users to create, verify, and validate JWTs with various algorithms. | 674 |
cloudflare/worker-template-static | A template to generate static HTML or JSON pages from raw strings in a JavaScript Workers script | 14 |
restuwahyu13/jwt-transform | Tools for transforming and decrypting JSON Web Tokens using encryption algorithms | 18 |
jwtk/njwt | A Node.js library that simplifies the process of creating and working with JSON Web Tokens (JWTs) for secure authentication and authorization. | 432 |
jspies/cloudflare-workers-toolkit | Provides a simple SDK wrapper for Cloudflare's APIs to integrate with Workers | 6 |
cristalhq/jwt | A lightweight JWT library for Go | 671 |
skylothar/lua-resty-jwt | Provides a Lua implementation of the JSON Web Token (JWT) specification | 513 |
cloudflare/workers-react-pwa-example | An example project demonstrating how to use Cloudflare Workers with React to create a Progressive Web App (PWA) that can be served from a custom origin. | 85 |
mike-engel/jwt-cli | A CLI tool to work with JSON Web Tokens | 1,108 |
daniel-simpson/cloudflare-enterprise-workers | Automated deployments of Cloudflare enterprise workers scripts to the cloud | 0 |
goldhand/sw-precache-webpack-plugin | Generates a service worker file to cache external assets using the sw-precache plugin. | 1,443 |
bastiaanjansen/jwt-java | A Java library implementing JSON Web Tokens according to the RFC 7519 standard | 11 |
udacity/cloudflare-typescript-worker-template | A preconfigured starter template for building a strict TypeScript Cloudflare Worker | 26 |
gja/cloudflare-worker-local | Enables Cloudflare Worker development and testing locally on the developer's machine. | 177 |
nchlswhttkr/workers | Cloudflare Workers project with various utility and service workers for handling tasks such as redirects, subscriptions, media serving, and more. | 12 |