Top 23 JavaScript JWT Projects
-
Project mention: Angular auth oidc: Is there a way to I know how much time left until the current session get expired? | reddit.com/r/Angular2 | 2022-03-15
A JS library i found for decoding JWT: https://github.com/auth0/jwt-decode
-
jose
"JSON Web Almost Everything" - JWA, JWS, JWE, JWT, JWK, JWKS with no dependencies using runtime's native crypto in Node.js, Browser, Cloudflare Workers, Electron, and Deno.
Biggest sharp edge I've encountered is the very much WIP WebCrypto API support. In practical terms, this means things like signing/verifying JWTs is not very well supported: https://github.com/panva/jose/discussions/243
That said, the situation is improving rapidly, and I've been personally willing to bet that the support will be solid by the time I finish prototyping and need to start adding auth to my latest project.
-
Appwrite
Appwrite - The Open Source Firebase alternative introduces iOS support . Appwrite is an open source backend server that helps you build native iOS applications much faster with realtime APIs for authentication, databases, files storage, cloud functions and much more!
-
Project mention: Create a passwordless authentication using Auth0, Cloudinary and Nextjs | dev.to | 2021-10-17
Auth0.js library
-
Project mention: What tech stack would you recommend to someone that already knows HTML, CSS, JavaScript and Python to learn for rapid MVP development? | reddit.com/r/SaaS | 2022-04-25
Or, you can start from some frameworks/boilerplate like SaaSForge, it's an open-source boilerplate Flask/React. https://github.com/saasforge/open-source-saas-boilerpate
-
cloudfront-auth
An AWS CloudFront [email protected] function to authenticate requests using Google Apps, Microsoft, Auth0, OKTA, and GitHub login
Project mention: What are you using lambda @ edge and cloudfront functions for ? | reddit.com/r/aws | 2022-05-25Using it to allow Google Workspace auth access control to static websites. Leverages https://github.com/Widen/cloudfront-auth
-
JWT Cracker - Simple HS256 JSON Web Token (JWT) token brute force cracker.
-
-
Scout APM
Less time debugging, more time building. Scout APM allows you to find and fix performance issues with no hassle. Now with error monitoring and external services monitoring, Scout is a developer's best friend when it comes to application development.
-
web3-token
Web3 Token is a new way to authenticate users in a hybrid dApps using signed messages. Implementation of EIP-4361.
To simplify this flow even more, I made the web3-token module. To install it, use the command:
-
Hey, thanks for the reply. I'm doing a port from another stack, and that app's implementation is using using the Okta SAML integration. I see how to secure my app's endpoints without issue, but the question I've got comes in with the actual login workflow. Okta's documentation (link) is exclusively focusing on Express + Passport for the OIDC option. Fastify's ecosystem (link) has fastify-auth + fastify-jwt. But I don't see a SAML implementation, which is where I originally was intending to go because the idp is already set up and tested.
-
Project mention: Gindex-v4: A Vue Js Based G Index with Improved Dark Mode, Search and Video Player | reddit.com/r/CKsTechNews | 2021-11-29
-
mern-boilerplate
Fullstack boilerplate with React, Redux, Express, Mongoose, Passport Local, JWT, Facebook and Google OAuth out of the box.
-
Project mention: Is it possible to control some parameters of Nginx programatically | reddit.com/r/nginx | 2022-04-07
You could purchase NGINX Plus which allows many things to be configured via API calls.
-
twilio-sample-backend-nodejs
A sample backend that demonstrates how to generate a Virgil JWT and Twilio token used for authentication with the Virgil and Twilio services
-
Project mention: Tutorial - JWT + NodeJs + MongoDB + Vue (Back-End - Parte II) | dev.to | 2022-01-21
View on GitHub
-
-
jose-simple
Jose-Simple allows the encryption and decryption of data using the JOSE (JSON Object Signing and Encryption) standard.
-
docker-fastify-restful-api
Node.js RESTful API boilerplate using Traefik, Docker, Docker Compose, Fastify, JWT and Mongodb
-
supertokens-website
Frontend SDK for SuperTokens - for session management + automatically refreshing sessions
Project mention: Seeking feedback on README for my open-source js library to implement auth/session management | reddit.com/r/opensource | 2022-04-03 -
that's actually precisely what i implemented in my postgrest-svelte starter template (https://github.com/guyromm/svelte-postgrest-template).
./pg_schema_dump.sh breaks down the schema into an entity-per-file structure at ./sql/schema, while.
-
authentication-server
The authentication-server is a node app that handles user registration, authentication & authorization with JWT.
-
OEP-Frontend
Frontend React Repository for OEP | Online Exam Portal is 🔖 an easy-to-use Platform for MCQ based tests. Helping 👩🏻🏫 teachers by making it easier for them to take online tests and having access to a reliable platform for free.
Project mention: OEP-Frontend VS online - a user suggested alternative | libhunt.com/r/OEP-Frontend | 2022-02-24 -
Express-JWT-Boilerplate
A stateless and scalable RESTful Api utilizing JWT authorization, MongoDB, Docker deployment, HaProxy loadbalancing, and more.
Project mention: I made an example project showcasing stateless authentication with JWT and Express! | reddit.com/r/node | 2021-11-20 -
express-jwt-boilerplate
A cookiecutter template to create REST API with ExpressJS and MongoDB, with JWT authentication. (by udz-codes)
Project mention: Contribute: REST API Boilerplate with JWT Authentication: Made with Express and MongoDB. | reddit.com/r/hacktoberfest | 2021-10-09
JavaScript JWT related posts
- Introducing the OAuth 2.0 Express SDK for Protecting APIs with JWT Bearer Tokens
- Fastify + Okta Login (redirect)
-
OEP-Frontend VS online - a user suggested alternative
2 projects | 24 Feb 2022
- I made an example project showcasing stateless authentication with JWT and Express!
- I made an example project showcasing stateless authentication with JWT and Express
- Contribute: REST API Boilerplate with JWT Authentication: Made with Express and MongoDB.
- REST API Boilerplate with JWT Authentication: Made with Express and MongoDB
Index
What are some of the best open-source JWT projects in JavaScript? This list will help you:
Project | Stars | |
---|---|---|
1 | jwt-decode | 2,501 |
2 | jose | 2,194 |
3 | auth0.js | 862 |
4 | open-source-saas-boilerpate | 660 |
5 | cloudfront-auth | 582 |
6 | jwt-cracker | 560 |
7 | cookbook | 434 |
8 | web3-token | 293 |
9 | fastify-jwt | 269 |
10 | gindex-v4 | 239 |
11 | mern-boilerplate | 191 |
12 | nginx-openid-connect | 140 |
13 | twilio-sample-backend-nodejs | 127 |
14 | jwt-node-vue | 76 |
15 | nextjs-sequelize | 61 |
16 | jose-simple | 51 |
17 | docker-fastify-restful-api | 44 |
18 | supertokens-website | 37 |
19 | svelte-postgrest-template | 26 |
20 | authentication-server | 18 |
21 | OEP-Frontend | 13 |
22 | Express-JWT-Boilerplate | 12 |
23 | express-jwt-boilerplate | 6 |
Are you hiring? Post a new remote job listing for free.